Clay Bucket

Clay Bucket

3M Downloads

Clay Bucket interactions with Botania and Tinker's Construct

SupaSloth opened this issue ยท 2 comments

commented

Hello!

I know you had fixed the interaction with Botania for the 1.7.10 version sometime last year. I am working in Minecraft 1.10.2 with the following mod versions.

Clay Bucket 1.9.4-1.1
Botania r1.9-341
Tinkers Construct 1.10.2-2.6.5
Forge 12.18.3.2297

The clay water bucket doesn't appear to interact at all with the Petal Apothecary from Botania. The interactions with Tinkers Construct are not consistent. I have no problem putting water/lava into the drain, but all of the smeltery "tank" components all have varying interactions that are inconsistent. The Seared Tank, Seared Gauge, and Seared Window sometimes accept input/output of lava with a clay bucket. I have tried this with the blocks individually as well as part of the smeltery multiblock. None of the results I've gotten are consistent.

Thanks for looking at this! :)

commented

To the dev: you need to implement the forge fluid interfaces and capabilities , something like this .

This code is a block not an item but similar solution https://github.com/PrinceOfAmber/Cyclic/blob/78412ce022b1a0592e45c1f0c93494a5d768b6b8/src/main/java/com/lothrazar/cyclicmagic/component/bucketstorage/TileEntityBucketStorage.java

commented

Fixed in 1.9.4-1.2.
The problem with the smeltery I found only pertained to pulling the liquid out when there is not exactly one bucket of fluid in the tank. Can you test what you did with the newer version and let me know if there is anything I missed?