Sinytra / ForgifiedFabricAPI

Fabric API implemented on top of NeoForge
https://sinytra.org/docs
Apache License 2.0
107 stars 13 forks source link

TODO: Fabric->Forge Item Fluid Handler context #60

Open Su5eD opened 11 months ago

Su5eD commented 11 months ago

Bridging fluid item storage to forge capabilities is currently broken. When interacting forge blocks with fabric fluid containers, there is no way for the container to access the player's inventory and empty itself. As a result, the fabric item provides an infinite source of fluid.

To reproduce, install Ender IO and Techreborn on 1.20.1. Place an enderio tank in the world and get yourself an arbitrary techreborn fluid cell. Right click the tank with the cell in your hand. The tank will fill with the fluid, but nothing is drained from the fluid cell.