smelting an item give multiple items?

Started by shinomora on

Topic category: Troubleshooting, bugs, and solutions

Active 3 years ago
Joined Aug 2017
Points:
761

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
smelting an item give multiple items?

i know this used to be a feature but it seems to have disappeared. has the setting moved or changed at all? im trying to smelt an iron ingor and it give back 2 items.

Active 3 years ago
Joined Apr 2020
Points:
637

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
Hello there, just put this…
Mon, 02/21/2022 - 15:31

Hello there, just put this little "count":xx below the item result and give it your custom value, xx is just a placeholder. do not forget to place an comma after your item result like in my example "item": "projectexample:smelted_example_parts", , if it won´t work for you just send me your recipe and i will change it for you ;-)

 

{
  "type": "minecraft:smelting",
  "experience": 0,
  "cookingtime": 200,
  "ingredient": {
    "item": "projectexample:example_to_smelt"
  },
  "result": {
    "item": "projectexample:smelted_example_parts",
    "count":xx
  }
}