[Suggestion] [Mod Integration] Have the Alloyer and Crusher implement IExternalHeatable for IE integration
Kenja-mc opened this issue ยท 0 comments
Describe the solution you'd like
The Cooking for Blockheads Oven implements Immersive Engineering's IExternalHeatable
Interface, letting the oven be powered by FE rather than coal, As seen here from a reddit post:
It would be nice to see the Alloyer and Crusher also work with the External Heater.
Why would you like this to be implemented?
This would be a simple way to add compatibility with other mods that use Forge energy, rather than have to make your own machines, which was expressed to be out of the scope of this mod.
Additionally, my modpack, which is designed to teach people new to modded minecraft, takes advantage of the Crusher and Alloyer as early game furnace-like alternatives to the Pulverizer and Induction Smelter. It would be helpful to have to have a nice transition from furnace machines to directly using power.
Additional context (optional)
Reddit post here: https://www.reddit.com/r/feedthebeast/comments/gch77d/til_that_you_can_use_an_immersive_engineering/
Cooking For Blockheads TileOven.java
: https://github.com/blay09/CookingForBlockheads/blob/1.12/src/main/java/net/blay09/mods/cookingforblockheads/tile/TileOven.java