Lava Rising Mod
This Fabric mod for Minecraft adds a unique survival challenge: lava gradually rises throughout the world, creating a tense race against time. You can fine-tune the rising mechanics to your preferences through commands and configuration files.
Key Features
The mod offers a dynamic lava rising system that can be activated or disabled at any time. You decide how quickly the lava rises and by how many blocks per cycle. With each level increase, all players receive a warning message in chat. If the situation becomes too dangerous, you can always reset the lava to its initial level and start over.
Installation
The mod requires Fabric Loader for Minecraft 1.21. Download the latest version of Lava Rising and place the .jar file in your Minecraft client's mods folder. Launch the game through the Fabric profile.
Management and Settings
Commands
All commands require operator level 2 permissions:
/lavarising toggle— turns the lava rising mechanic on/off, showing current status/lavarising reset— stops rising and returns lava to level -64 (bedrock), resetting the timer/lavarising speed <ticks>— sets the interval between rises (in ticks), saved to config/lavarising height <blocks>— sets the rise height per cycle (in blocks), saved to config
Configuration
The mod creates a settings file config/lavarising.json with default values:
{
"ticksBetweenRises": 600,
"blocksPerRise": 1
}