Started by MrBelles
on Sun, 01/03/2021 - 20:16
Topic category: Help with MCreator software
I have a block in my mod that I would like to smelt into 8 parts instead of just 1. For example It's like ancient debris where you get the loot after you smelt it but I want it to split into 8 netherite scraps instead of 1. I tried to change it by adding "count": 1 underneath the result but it doesn't work.
Show me the procedure please and also just to for warn you i might not reply for a while
{
"group": "mymod",
"type": "minecraft:smelting",
"experience": 1,
"cookingtime": 200,
"ingredient": {
"item": "mymod:salt_ore"
},
"result": {
"item": "mymod:salt"
"count": 8
}
}
This is recipe JSON, you were talking about custom furnace so show the procedure of your furnace you have so far
oh i didnt make a custom furnace. I just wanted the block to smelt into 8 items instead of 1.
Minecraft does not support that in JSON recipes
You still need help with this?
ya.