Pipez

Pipez

31M Downloads

Item Pipes don't work with Mod Botany Pots

Mazimations opened this issue ยท 9 comments

commented

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

  1. Get a botany pot and place down high enough to reach underneath
  2. Place item pipe underneath
  3. Attempt to use the wrench
  4. 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

Screenshots (Optional)
Screenshots of the issue.
2023-04-06_18 41 12

commented

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.

commented

@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.

commented

Oh, did that change?
I remember it not working even with mekanisms pipes in 1.16.5

commented

Yeah, in 1.16.5 the pot didn't have an inventory or buffer at all, but that was changed a long time ago.

commented

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)

@henkelmax

commented

@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.

commented

It seems to work fine for me.
image

commented

Same. Works perfectly fine.

image

commented

Okay. I'll try a brand new installation to look for any problems. Thanks for the support!