Smelting recipes
Opened this issue ยท 2 comments
Vanilla furnace smelting recipes (dust to ingot) are currently hardcoded. is it possible to change to .json recipes?
The Jsonification of smelting recipes is not yet implemented in vanilla 1.12.2. Is it already supported by forge?
Do you require me to modify the core system that vanilla or forge does not support? Do you understand what it means???
HaC smelting recipe conforms to forge's system. These can be removed from the game by modding ways. You can remove the recipe by yourself, with the help of forge and vanilla code.
(FurnaceRecipes.instance().getSmeltingList() can be used to get the Map containing the recipe. You can operate it.)
Do you call this "hard code"?
I am grumpy. For this matter, I will not help you.