-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[79.9]TFC bottle not interacting with other mods #656
Comments
I think that many issues can rise from having TFC specific items to replace vanilla. |
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. |
is there a way to make this work? |
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
|
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. |
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
The text was updated successfully, but these errors were encountered: