your current location:首页 > news>Vertical drop/remove drop of random drop offset) Minecraft)

Vertical drop/remove drop of random drop offset) Minecraft)

2024-12-15 01:12:54|Myriagame |source:minecraft skins

Overview

A simple module, which removes the random position and speed offset of the drop -off entity through Mixin.

Why do you want to do this?The

For automated blocks to destroy the machine (such as some machines with mechanical power), the random offset of the dropped object sometimes makes the drops of these blocks fail to enter the scheduled collection area, thereby piled up, and even cause the server to crash;

For creatures located near the lava and void, the drop may be destroyed by random offset.

After the random position and speed offset are removed, the felling object will appear at the center of the original square block.

Biological drops will appear in the position of creature death without random movement with XZ plane.

In addition, when a large number of squares are destroyed at the same time, the server burden can be slightly reduced because no random number operation is required.

Remark

When the death drop is turned on, the essence of the items in the item bar of the player in the death of the player is to perform the DROP method (the simple understanding is the same code as the code used to discard the item), and it is not within the modification range of the module.

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.