your current location:首页 > news>biome decoration fix minecraft

biome decoration fix minecraft

2024-12-12 09:27:09|Myriagame |source:minecraft skins

Minecraft images

Overview

This module can repair MC-46467: "Java.lang.runtimeexception: Already Decorant !!" collapse.

The essence of this problem is that MC has only one biological group decorative example, but there are multiple MODs trying to use it at the same time.One MOD has begun to decorate, but it has not yet been completed. The other MOD tries to decorate the biological group again, but this time it has been occupied, so the decoration fails and the game crashes.

This problem is not unique to a certain mod. Any integrated package with a WorldGen module may have this problem (the author has encountered a few times when using cave decoration, many biological groups, highlands and other modules.The collapse of this time).

The repair of the repair collapse done by this MOD is to modify the Minecraft code for the previous problems.collapse.In essence, this is the appropriate time for each decoration before entering the next decorator, which is also the ideal approach of Forge.