Description
Vanishment Point is a tiny utility mod that adds one block: a Vanishing Block
.
It's mainly meant for mod pack makers in case they need something like this for some specific features to work.
The Vanishing Block can be configured to automatically vanish (started by random ticks hitting it) between a given time-of-day window.
The following config options exist for controlling this behavior:
celestialAngleOffset
- This is the offset of the "actual" celestial angle, which starts at0.75
at sun rise. Use this to adjust the calculation such that you can get the block to stay at the time of day that you want it to stay (because it vanishes after the adjusted angle goes above the configured value).scheduleNeighbors
- If enabled, then a block that vanishes will schedule updates for it's neighboring vanishing blocks too. This speeds up their disappearance a lot.solidOnTopOnly
- Iftrue
, then only the top of the block will be solid for entities.vanishingBlockVanishingChance
- This is the chance per each random tick that the block will vanish, if the time requirement for vanishing is met. Range:0.0 - 1.0
.vanishingBlockVanishingTimeStart
- This is the time of a Minecraft day the blocks will start to vanish after. Specified as the offset (see above) Celestial Angle value, which is length-of-day independent. Range:0.0 - 1.0
.vanishingBlockVanishingTimeEnd
- This is the time of a Minecraft day after which the blocks won't vanish aymore. Range:0.0 - 1.0
.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Forge
Supported environments
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated last year