Question more mekanism recipes in Mekanism integration
edotenseilove opened this issue ยท 5 comments
Great mod will there be more recipes supported like crystallizing and more and can i find an updated list of all recipe types supported somewhere?
Thank you editing recipes thanks to this mod is so easy. Much better then using datapacks
From my understanding of how this works, the problem here is that it's entrily limited to mekanism capabilities.
I could be wrong
If you can can in fact make an Energized Smelter recipe as a JSON, then yes you can do that, but that comes down to mekanism implementing a recipe type "energized smelter" for their recipe JSON's
. At current (while I have not looked into it) I believe the energized smelter only accepts furnace recipes (not even blast furnace recipes)
Actually yeah, you can add additional smelting recipes to the Energised Smelter. To do that, use this recipe type:
https://github.com/mekanism/Mekanism/wiki/Recipe-Type-JSON-Syntax#smelting
I'm not entirely certain whether KubeJS-Mekanism has integration for this, but when in doubt, you can always just use event.custom
with the actual JSON syntax
Actually yeah, you can add additional smelting recipes to the Energised Smelter. To do that, use this recipe type:
https://github.com/mekanism/Mekanism/wiki/Recipe-Type-JSON-Syntax#smelting
I'm not entirely certain whether KubeJS-Mekanism has integration for this, but when in doubt, you can always just use
event.custom
with the actual JSON syntax
so how i made that on code?