Restricted Portals

Restricted Portals

2M Downloads

Broken Shears?

benbenlaw opened this issue · 13 comments

commented

im not sure why this happens but with restriced portals other modded shears do not work

any ideas

commented

this applies to shears added by botania, ceramic shears and cyclic sheatrs

commented

also removeing the mod does not fix the issues so its really broken haha

commented

Ok worked out the issue somehow I'm reordering the datapacks:
image

How it should look:
image

How it looks after either this mod or a few others that reload the same way are run:
image

Main issue is the order of forge and vanilla, I'll get this fixed up.

commented

ahh a least you know the issue thanks for finding the problem

commented

Removing RestrictedPortals works for new games.
But savegames stay broken. :/

Forge: 36.0.9
restrictedportals-1.16.4-1.1.6.jar

commented

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?!
commented

Weird, I would assume manually creating a datapack of any kind would cause the same issue then? I'll do some testing.

commented

thanks buddy yeah its very strange thanks for the quick responce

commented

I found this issue: MinecraftForge/MinecraftForge#7644
Is it related to this problem?

commented

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.

commented

oh nice well done :)

commented

Also fixed in Bluepower Qmunity/BluePower@9085e1f

commented

Hi! I'm looking to solve this issue with my mod; would you mind pointing me to your solution in your mod files? Thanks!