SuperMartijn642 / WirelessChargers

3 stars 0 forks source link

[Crash 1.19.2] Crash when placing a Crate from the mod "@AppleCrates" close to a Wireless Charger. #13

Closed Gbergz closed 2 years ago

Gbergz commented 2 years ago

Version Info

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

SuperMartijn642 commented 2 years ago

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.

AbsolemJackdaw commented 2 years ago

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

SuperMartijn642 commented 2 years ago

Ah I see, I just selected 1.19.2 without looking at the other branches 🤦‍♂️ Thanks for the quick response!