SpongeForge icon indicating copy to clipboard operation
SpongeForge copied to clipboard

Block id mismatch issues.

Open zhourui123 opened this issue 3 years ago • 0 comments

I am currently running

  • SpongeForge version: spongeforge-1.12.2-2838-7.3.0.jar
  • Forge version: 1.12.2.2838
  • Java version: 8
  • Operating System:linux
  • Plugins/Mods: Armourers-Workshop-1.12.2-0.50.1.jar CustomNPCs_1.12.2-(01Oct19).jar SlashBlade-mc1.12-r28.jar SJAP_V1.2.0_MC1.12.2.jar spongeforge-1.12.2-2838-7.3.0.jar Botaniar1.10-363.jar Nucleus-1.11.0-S7.1-MC1.12.2-plugin.jar spark.jar ExtraBotany-r1.1-58r.jar Baubles-1.12-1.5.2.jar holograms-3.1.5.jar twilightforest-1.12.2-3.8.689-universal.jar Thaumcraft-1.12.2-6.1.BETA261.jar LuckPerms-Sponge-4.3.75.jar

Issue Description When the server restarts, the blocks in the world become other blocks. After multiple restarts, they may recover again, but the meta value is always lost. First restart: Registry Block: Fixed minecraft:blocks id mismatch botania:pylon: 462 (init) -> 614 (map). After restart: Registry Block: Fixed minecraft:blocks id mismatch botania:pylon: 614 (init) -> 462(map).

Watch what happens to block botania:pylon. Block pylon id 614 is normal. https://gist.github.com/zhourui123/f2035e8bd58683c731e8546a809d09c3

Block change after restart. line 12893. https://gist.github.com/zhourui123/019b973905a179e7dbf81da02d395f08

zhourui123 avatar Jul 04 '21 13:07 zhourui123