Unknown025 / Flans-Mod-Plus

Revision of Flan's Mod Plus for 1.7.10
Other
25 stars 20 forks source link

Is it possible to use other fuel cans? #208

Open TheVitya2127 opened 1 month ago

TheVitya2127 commented 1 month ago

I wanted to make the NTM canisters work together with the Flans, but I do not know how to do it. I tried to do it through Minetweaker, but nothing worked because of the peculiarity of the code.

GoldSloth commented 1 month ago

There's not an easy way to do that I'm afraid, the mod will only accept fuel cans that inherit from ItemPart https://github.com/Unknown025/Flans-Mod-Plus/blob/Ultimate/src/main/java/com/flansmod/common/parts/ItemPart.java

There is some compatibility with RF fuel sources? But I'm not sure how that works, or if it works.