Enchanted: Witchcraft

Enchanted: Witchcraft

2M Downloads

[BUG]: required null handling not present

thevortex opened this issue ยท 2 comments

commented

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

https://mclo.gs/TTApUUP

Additional mods

Yes

Mod List or Modpack

No response

commented

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.

commented

Seems to also be a bug with Neo and there's a draft PR to fix it on 1.21.4