bdew-minecraft / generators

Advanced Generators Mod
MIT License
25 stars 21 forks source link

[Suggestion] Configurable Steam Turbine Input #200

Closed Jerome226 closed 2 years ago

Jerome226 commented 3 years ago

Could be cool to have a config option to change the tag of the Steam Turbine Input. So instead of "forge:steam" you can change to what you want.

        FluidTags.getAllTags.getTag(new ResourceLocation("forge:steam")),

Could be useful for the pack i'm making, thanks!

bdew commented 2 years ago

It's a steam turbine, I don't think it needs to be able to accept something else, that would just be confusing. You could always use the other turbine and register whatever you want to add as a fuel for it.