/
A Minecraft Fabric mod that makes lava rise over time when enabled, creating a challenging survival experience. The mod allows customization of the rising speed and height through commands and a configuration file.
.jar file in your Minecraft mods folder.All commands require operator (op) permission level 2.
/lavarising toggle
/lavarising reset
/lavarising speed <ticks>
/lavarising speed 400 (rise every 20 seconds, as 20 ticks = 1 second)/lavarising height <blocks>
/lavarising height 2 (rise 2 blocks per interval)The mod creates a configuration file at config/lavarising.json with the following default values:
{
"ticksBetweenRises": 600,
"blocksPerRise": 1
}
