[Crash 1.19.2] Crash when placing a Crate from the mod "@AppleCrates" close to a Wireless Charger.
Gbergz opened this issue ยท 3 comments
Version Info
- Minecraft, 1.19.2
- Wireless Chargers, 1.0.6b
Steps to Reproduce
Place a wireless charger-
then place an apple crate beside it or in the range of it.
crash.
Crash report (~/logs/latest.log)
https://gist.github.com/Gbergz/ae68eaa30f6a4ba13ed0815cd79e2d2b
This is caused by Apple Crates returning an IItemHandler
when asked for an energy capability. This will likely cause issues with many mods and Apple Crates will have to fix it.
I would create a pull request to fix it in Apple Crates, but they haven't pushed the changes from their latest version to their GitHub repository ๐ค.
So nothing I can do about this, you'll just have to report it to Apple Crates.
This is caused by Apple Crates returning an
IItemHandler
when asked for an energy capability. This will likely cause issues with many mods and Apple Crates will have to fix it.I would create a pull request to fix it in Apple Crates, but they haven't pushed the changes from their latest version to their GitHub repository ๐ค. So nothing I can do about this, you'll just have to report it to Apple Crates.
https://github.com/AbsolemJackdaw/AppleCrates/tree/hopper_support
It's there, just not in the main
I'm on it btw