smelting an item give multiple items?

Started by shinomora on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 00:25, 22. Feb 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

Last seen on 17:15, 28. Feb 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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
  }
}