Started by
shinomora
on
Topic category: Troubleshooting, bugs, and solutions
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.
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
}
}