In minecraft bedrock recipes, every recipe can only have 1 of an item in each slot. It would be very nice if a "count" was added in the key for more advanced recipes. E.g:
"pattern": [
"WWW",
"WWW",
"WWW"
],
"key": {
"W": {
"item": "minecraft:oak_log",
"count": 64
}
},
"result": {
"item": "custom:condensed_log"
}
(^ 8 stacks of oak logs makes one "condensed log.")
Please sign in to leave a comment.
1 Comments