Red string container cannot expose the whole inventory of a double chest, only a single chest
FizzBuzz3000 opened this issue ยท 1 comments
Mod Loader
Fabric
Minecraft Version
1.18.1
Botania version
Botania-1.18.1-428-FABRIC-SNAPSHOT build #49
Modloader version
Fabric 0.12.12, fabric-api-0.46.1+1.18
Modpack info
No response
The latest.log file
https://gist.github.com/FizzBuzz3000/124297d39883cbdd8233b901eec41b23
Issue description
Title. In the latest fabric snapshot version of botania from Jenkins, the Red string container does not expose the whole inventory of a double-chest, only the one it is bound to.
Steps to reproduce
- Bind a redstring container to a double chest
- Place a hopperhock or hopper into the block
- Fill the half the chest is bound to
- Fill hopper or hopperhocks with items
- Be sad as it does not insert items into the other half of the double chest
Other information
As stated, This was done with a SNAPSHOT version of fabric botania. This might affect older versions, and testing is required. Will do testing with release fabric botanias tomorrow to see if it is broken there as well.
With 2414c8e, they only use Fabric transfer api (and Forge's item handlers on Forge), which wraps the whole chest at once.