Infamous-Misadventures / Dungeons-Libraries

MIT License
6 stars 4 forks source link

Crash with create #3

Closed zEpiixz closed 2 years ago

zEpiixz commented 2 years ago

https://pastebin.com/kAySFtS0

Patrigan commented 2 years ago

Bah... The amount of mods that literally make it impossible to add something only to enchantable items is too darn high.

The bug is in fact with Create. They are creating an itemstack before they should and this mod then checks if it can, which then checks if a tag can be applied, which hasn't been initialized yet, because Create is creating an itemstack before they should.

Surprisingly not the first time it happens, but it causes all mods that want to apply a capability only to enchanted items to crash.

Patrigan commented 2 years ago

Fixed in 0.0.9-beta