your current location:首页 > news>Leaf Decay Stopper Minecraft

Leaf Decay Stopper Minecraft

2024-12-12 09:18:42|Myriagame |source:minecraft skins

About module

The Leaf Decay Stopper module allows players to control whether the leaves are withered at Minecraft according to the dimension.This module supports the use of instructions in the game to quickly enable or disable the leaves of the leaves of specific dimensions, so that the leaves can be retained in an ideal position for landscape or decoration.By default, the module disables the leaves of Overworld, NETHER, and End (END).

The module has added/SETLEAVESDECAY instructions to switch the withered state of the leaves:

/setLeavesDeCay [Dimension] [Enabled]

Dimension: Name of the target dimension (eg, Minecraft: Overworld), supports automatic completion suggestions.

Enabled: Boolean value, True means that the leaves are enabled, and false means disable.

For example, the leaves of the main world are withered:

/setLeavesDeCay Minecraft: Overworld True

For example, the leaves of the main world are disabled:

/setLeavesDeCay Minecraft: Overworld False

After the instruction is executed, the player will receive the feedback prompt to show whether the leaves of the target dimension have been updated.At the same time, the module will automatically generate the configuration file, allowing manually adjusting the blade of the leaves of each dimension.

Author's words

The module currently only supports Minecraft 1.20.1.If you find any bugs, welcome to feedback.

If there are more versions, the author will consider supporting more versions.

For developers who are interested in understanding the implementation method, here are outlined the main implementation ideas of the module:

The module uses LeavesBlock's Mixin to intercept the Randomtick method that controls the blade of the leaves.Only when the configuration of the target dimension is allowed to wither, the RandomTick event continues to be executed.Otherwise, the incident will be canceled to prevent the leaves from withering.

Yes, this module is blasted with Fast Leaf Decay magic.