[BUG]: required null handling not present
thevortex opened this issue ยท 2 comments
Please confirm the following
- This bug is not in another current issue
- This report is not a general support request. If it is, join the Discord
Minecraft version
1.21.1
Mod version
4.0.7
Describe the bug
Enchanted is not allowing for a null direction to be passed in and Ars is intentionally passing null to this as is permitted by NF https://github.com/neoforged/NeoForge/blob/44e71fe494adbe5a4fd4c73366ba936da5cc5584/src/main/java/net/neoforged/neoforge/items/wrapper/SidedInvWrapper.java#L30
Game Log
Additional mods
Yes
Mod List or Modpack
No response
The null handling here isn't supposed to exist, Ars Nouveau is interacting with the caps system in an unintended way. I've fixed a different related bug for this but I'm gonna pass the issue over to them and explain why doing it the way they've done will crash a lot of mods not just Enchanted.