Deadrik / TFCraft

TerraFirmaCraft
GNU General Public License v3.0
204 stars 142 forks source link

[79.9]TFC bottle not interacting with other mods #656

Open Azaysol opened 9 years ago

Azaysol commented 9 years ago

TFC went from using the vanilla bottle in 1.6.4 to its own codded one in 1.7.10. This is causing an issue with Railcraft since it wont fill up with other mods liquids it seems, in particular in this case it is Creosote Oil.

Forge- 1217 TFC- 79.9 Railcraft- 9.3.3.0

aliceingame commented 9 years ago

I think that many issues can rise from having TFC specific items to replace vanilla. Would there be a way to force TFC stacksize to vanilla items, something like what Thaumcraft does when it add essentia values to Vanilla items ?

Kittychanley commented 9 years ago

No. 1.7 made all vanilla items final, so TFC is no longer able to edit them. That's why so many things have their own TFC versions now.

Azaysol commented 9 years ago

is there a way to make this work?

aliceingame commented 9 years ago

I do like the idea of size and weight of items in tfc, but If I had the choice, I would do two things

pro

con

Bletch1971 commented 9 years ago

It might be possible to get the glass bottle to work with fluids from other mods if the glass bottle implemented the IFluidContainerItem.

Even if was changed to implement IFluidContainerItem, the other mod would need to handle the filling/draining of fluids from items that implement IFluidContainerItem.