Started by
SkidadleSkadoodle
on
Topic category: Help with Minecraft modding (Java Edition)
I need to make a recipe that only works with the blast furnace, but I didn't find anything about this on the forums, neither on the tutorials.
I noticed that in the code of the recipe there is the following line:
"type": "minecraft:smelting",
Can I change it to something like this?
"type": "minecraft:blastfurnace_smelting",
Thanks in advance!
i dont know a lot about to much java coding or even minecraft coding maybe thats the id for the blast furnace
I tested stuff out and it's actually like this:
Thanks for the help anyway!
How do you do smoker recipes?
is there away to make stone cutter recipes?
I'm pretty sure that you need to edit the code in the recipe you made and change the
to
or something like that.