Blast Furnace Custom Recipes

Started by SkidadleSkadoodle on

Topic category: Help with modding (Java Edition)

Last seen on 16:23, 12. Aug 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blast Furnace Custom Recipes

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!

Last seen on 15:55, 3. Jun 2021
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont know a lot about to…
Fri, 02/07/2020 - 13:31

i dont know a lot about to much java coding or even minecraft coding maybe thats the id for the blast furnace

Last seen on 16:23, 12. Aug 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tested stuff out and it's…
Sun, 02/09/2020 - 02:18

I tested stuff out and it's actually like this:

  "type": "minecraft:blasting",

Thanks for the help anyway!
 

Last seen on 16:22, 13. Aug 2020
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you do smoker recipes?
Mon, 02/10/2020 - 14:59

How do you do smoker recipes?

Last seen on 19:04, 9. Aug 2022
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there away to make stone…
Tue, 02/11/2020 - 18:13

is there away to make stone cutter recipes?

Last seen on 16:23, 12. Aug 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm pretty sure that you…
Sun, 03/01/2020 - 19:31

I'm pretty sure that you need to edit the code in the recipe you made and change the

"type": "minecraft:smelting",

to

"type": "minecraft:smoking",

or something like that.