Consecration (Fabric/Forge/Quilt)

Consecration (Fabric/Forge/Quilt)

481k Downloads

Consecration potion effect being applied to items

BrokenK3yboard opened this issue ยท 1 comments

commented

Consecration version: 1.18.2-5.0.1.2
Forge version: 1.18.2 - 40.2.0

Observed Behavior:
"Consecration" potion effect is being applied to items from my mod here:
https://www.curseforge.com/minecraft/mc-mods/leather-overhaul
https://github.com/BrokenK3yboard/LeatherOverhaul

2023-04-12_14 01 45
2023-04-12_14 01 47

This is likely due to these items being capable storing a potion CompoundTag, as this wasn't an issue in the previous version of my mod. This is only occurring to leather armor (which is being overridden) and the one other item being added.

Possibly related to this issue: #68

Expected Behavior:
Consecration potion effect should not automatically apply to items.

Steps to Reproduce:
Install Leather Overhaul 1.1.0 along with Consecration.

commented

This issue was being caused by a Forge bug. I have fixed this on my end.