MC Hopper pulling from machine inputs and outputs
garciainke opened this issue ยท 3 comments
When using the hopper with any of the machines, they input correctly when put on the side but then when put under machines to extract the output, they extract the items in the input, battery and output slot.
I know there are a ton of machines and I've tried looking into what might cause that issue but I have very little knowledge of MC modding. If there was any way to help I would. Love the mod btw, probable one of my all time favs.
The hopper doesn't extract dynosphere from battery boxes. I suppose, the problem is located here (TileEntityMachineBattery.java:149), as the charged dynosphere doesn't have a charge value.
It's a common issue with older machines since Bob decided not to go back and fix them to act like the newer machines, whether it's because it was too difficult without rewriting all the code, or he was just being lazy as usual, I don't know