modpack/resources/requried-data/ExploreCraft-Tweaks/data/minecraft/recipes/bricks.json
2023-03-02 21:17:17 +01:00

17 lines
247 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:brick"
}
},
"result": {
"item": "minecraft:bricks",
"count": 4
}
}