Broken Shears?
benbenlaw opened this issue · 13 comments
im not sure why this happens but with restriced portals other modded shears do not work
any ideas
Removing RestrictedPortals works for new games.
But savegames stay broken. :/
Forge: 36.0.9
restrictedportals-1.16.4-1.1.6.jar
Some thoughts and information:
- The shears mods are adding items to the forge:shears item tag. Maybe this tag is broken by your mod?!
- The loot table changes by forge are only used for shears for now.
- Maybe the datapack generation is changing something in the level.dat that breaks this behavior in the savegame?!
Weird, I would assume manually creating a datapack of any kind would cause the same issue then? I'll do some testing.
I found this issue: MinecraftForge/MinecraftForge#7644
Is it related to this problem?
Probably, I've now fixed it by grabbing the enabled list out of the loader and just appending my Datapack, I'm just looking at reordering forge and vanilla for at least the next few versions to fix the corrupted worlds.
Also fixed in Bluepower Qmunity/BluePower@9085e1f