your current location:首页 > news>Remnants Minecraft

Remnants Minecraft

2024-12-15 01:49:24|Myriagame |source:minecraft skins

This module adds MC to a building corruption mechanism like Rust. The deserted buildings will slowly decay and eventually return to nature.

The module will detect the block played by the player every 24 hours (in -game time, configuration) to determine whether it is decaying.The probability of decay is controlled by the probability of weighted.

You can create a json file in the "Decay_Condition" directory to define any block (theory should support mod)

The format of the json file is:

{"Input": "Minecraft: Cobblestone", // The name of the target block "Output": "Minecraft: Gravel", // The name of the decaying block "decay_chance": 15.0, // blocks for rotten weight "Remove_chance":5.0, // The weight of the decaying detection "Nothing_Chaance": 1000.0 // The weight of the decay detection is no longer performed after the decay detection. The higher the weight, the higher the value.

The author demonstrates GIF:

Minecraft images

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.