Item Pipes don't work with Mod Botany Pots
Mazimations opened this issue ยท 9 comments
Please read the FAQ before submitting a bug report!
Bug description
A clear and concise description of what the bug is.
Steps to reproduce the issue
- Get a botany pot and place down high enough to reach underneath
- Place item pipe underneath
- Attempt to use the wrench
- Wrench or not, it won't connect
Expected behavior
The item pipes should connect to the botany pots like any other storage entity such as a chest with it's own inventory, however, it does not.
Log files
Please provide log files of the game session in which the problem occurred.
Don't paste the complete logs into the issue.
You can use https://gist.github.com/.
Versions
- Minecraft version 1.19.3
- Forge version 44.1.23
- Mod version pipez-1.19.3-1.0.3.jar
Other mods
Botany Pots
Botany Trees
Botany pots don't have an inventory. Its not possible to pull from it. You need to place a container below in order for it to output items.
@henkelmax This is not correct. The hopping pot has an inventory and exposes Forge's item handler capabilities. Your pipes should be able to pull from the inventory buffer just fine.
Oh, did that change?
I remember it not working even with mekanisms pipes in 1.16.5
Yeah, in 1.16.5 the pot didn't have an inventory or buffer at all, but that was changed a long time ago.
Okay, so out of curiosity, the mod itslef needs a new version? Or is it something that u can like, patch into the latest version?
I know a little coding, but nothing of modding (exceptionally if it's Java)
@Daniel-ags There's likely a small issue in the logic of one of our mods that's preventing them from seeing each other. Finding that issue will take a bit of debugging but once we have it I am sure a patch will be released.