Lava Is Rising

Lava Is Rising

Mod

Serverside lava rising mod

Server CursedMinigameSocial

490 downloads
3 followers
Follow Save
Filter versions...

Lava Rising Mod

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.

Features

  • Toggleable lava rising mechanic
  • Customizable rising speed (how often the lava rises)
  • Customizable rising height (how many blocks the lava rises each time)
  • Reset functionality to stop the lava and reset to bedrock level
  • Warning messages to players when lava level rises
  • Configuration file for persistent settings
  • In-game commands for configuration

Installation

  1. Ensure you have Fabric Loader installed for Minecraft 1.21.
  2. Download the latest version of the Lava Rising mod from [release page/curseforge/modrinth link].
  3. Place the downloaded .jar file in your Minecraft mods folder.
  4. Launch Minecraft with the Fabric profile.

Usage

Commands

All commands require operator (op) permission level 2.

  • /lavarising toggle

    • Toggles the lava rising mechanic on/off
    • Shows current status in chat
  • /lavarising reset

    • Stops lava rising
    • Resets lava level to -64 (bedrock)
    • Resets timer to configured interval
  • /lavarising speed <ticks>

    • Sets how often the lava rises (in ticks)
    • Example: /lavarising speed 400 (rise every 20 seconds, as 20 ticks = 1 second)
    • Minimum: 1 tick
    • Saves to config file
  • /lavarising height <blocks>

    • Sets how many blocks the lava rises each time
    • Example: /lavarising height 2 (rise 2 blocks per interval)
    • Minimum: 1 block
    • Saves to config file

Configuration

The mod creates a configuration file at config/lavarising.json with the following default values:

{
  "ticksBetweenRises": 600,
  "blocksPerRise": 1
}

Project members

IDoTheHax

Member

Details

Licensed ARR
Published 6 months ago
Updated 6 months ago