
Can't extract buckets from Stirling Generator
aesguitar opened this issue ยท 4 comments
Issue Description:
Using an item conduit, I am unable to extract an empty bucket from a stirling generator. I tested on a creative test world using both pressurized and normal fluid tanks. Item conduits were correctly configured.
What happens:
Buckets do not get extracted from stirling generators but can be inserted with item conduits.
What you expected to happen:
Empty buckets to be extracted from the stirling generator and placed back in to the fluid tank to be refilled with lava and sent back to the generator as a full bucket of lava.
Steps to reproduce:
- Place fluid tank
- Fill with lava
- Place Stirling generator
- Place item conduit between tank and generator
- Configure conduit to be insert/extract on tank and generator (always active)
- Extract from tank on green, insert on brown
- Vice versa on generator
Affected Versions (Do not use "latest"):
- EnderIO: 1.10.2-3.1.169
- EnderCore: 1.10.2.0.4.1.65-beta
- Minecraft: 1.10.2
- Forge: 12.18.3.2221
Your most recent log file where the issue was present:
How is the side of the Stirling Generator configured? Have you tried that with the Stirling and the Tank next to each other and the side of the Stirling configured for push/pull mode?
Last time tried both (via conduit and using push/pull) it worked - but that was a few month ago.
I haven't tried with the tank and generator touching, but this is just a demo build to illustrate the bug in a real build I was doing with 15 stirling generators with 16 buckets all done the same way. When I first encountered the bug, I did try changing the side settings on the generator but that didn't help. This kind of build was functional in 1.10 in the past.
There's a special case for the bucket in the legacy inventory code that needs to be duplicated into the inventory capability code.