promotional bannermobile promotional banner

LavaRising

Lava Rising delivers fully customizable, multilingual “lava flood” gameplay—perfect for survival challenges, PvP arenas, or cinematic events!
Back to Files

lavarising-1.1.0a.jar

File namelavarising-1.1.0a.jar
Uploader
LicznasiebieLicznasiebie
Uploaded
May 26, 2025
Downloads
2.9K
Size
59.6 KB
Mod Loaders
Fabric
File ID
6569262
Type
R
Release
Supported game versions
  • 1.21.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:lavarising-1272920:6569262"

Learn more about Curse Maven

What's new

Changelog

[Unreleased] - 2025-05-26

Added

  • cleanWithoutRing option: choose between cleaning lava without leaving a ring or retaining a ring until retreat completes, configurable in the ConfigScreen.

  • New toggle in ConfigScreen:

    general.addEntry(eb.startBooleanToggle(
            Text.translatable("lavarising.config.clean_without_ring"),
            config.cleanWithoutRing
        )
        .setDefaultValue(true)
        .setSaveConsumer(v -> config.cleanWithoutRing = v)
        .build()
    );

Changed

  • LavaFlowManager.clearLayerWithQueue now supports both ring-less and ring-preserving modes based on the cleanWithoutRing setting.

  • Added translation entries for the new lavarising.config.clean_without_ring key:

    • en_us.json: "lavarising.config.clean_without_ring": "Clean lava without leaving a ring"

    • pl_pl.json: "lavarising.config.clean_without_ring": "Czyść lawę bez pozostawiania pierścienia"

 

This mod has no related projects