-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.14
-
None
-
Unconfirmed
-
(Unassigned)
If datapacks are used to create custom recipes for the Stonecutter, the ingredient input count field is ignored. Instead, the input count is treated as 1. Below is an example recipe that does not work as expected.
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:acacia_planks",
"count": 2
},
"result": "minecraft:acacia_door",
"count": 1
}
Ingame, the option to produce doors correctly shows up when an acacia plank is put in the stonecutter, but only one plank is consumed per door.
I can't think of a vanilla recipe that consumes more than one item as an input, so I'm not sure if this is actually a bug or just something that isn't implemented.