your current location:首页 > news>Feature NB T DEADLOCK Be one Minecraft

Feature NB T DEADLOCK Be one Minecraft

2024-12-12 09:32:11|Myriagame |source:minecraft skins

information

The only goal of this module is to repair the 1.18 mc bug: https: //bugs.mojang.com/browse/mc-246262, and it is also the front module of the 1.18+ version structure variant and [IDAS].

Note: The bug does not seem to be reproduced in the 1.19+ version!

The error is that when the NBT file is put into the archive during the world loading period, if any type of entity block is being constructed, the game may be stuck, brushing monsters, boxes, podiums, beds, signs, etc. will not be used.Your game will be locked and frozen, and the game will no longer operate.

The problem is attributed to such a fact that the method of placing the structure block in the archive is not safe to archive.It uses the wrong world object inside.The method of repairing this BUG is that if the imported NBT file is the type of regional generation of the world, you only need to skip the call of these unsafe methods.More information and in -depth details are in the error report above.

For modules, this bug may happen more frequently. This is why installing this module as a prevention measure may be a good idea.

This bug will not appear in 1.17.x and lower versions.It is repaired in 1.19 and higher versions.It seems to only exist in 1.18.x.

Module development

To use in module development, add it to the storage library block in Build.gradle:

 Maven {// featurenbtDeadLockBegone url "https://nexus.ResourcefulBees.com/repository/maven-"} 

Then add:

Forge:

 Runtimeonly Fg.DEOBF ("com.telepathicgrunt: FeatureNBTDEADLOCKONE-FORGE: 2.0.0+1.18.2") 

Fabric:

 Modruntimeonly "Com.telepathicgrunt: FeatureNBTDEADLOCKONE-FABRIC: 2.0.0+1.18.2" 

Quilt:

 Modruntimeonly "Com.telepathicgrunt: FeatureNBTDEADLOCKONE-QUILT: 2.0.0+1.18.2" 

Change "2.0.0+1.18.2" to the required versions.