superb-warfare/src/main/resources/data/superbwarfare/recipes/sandbag_crafting.json
2024-08-08 00:21:31 +08:00

19 lines
No EOL
281 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aba"
],
"key": {
"a": {
"item": "minecraft:paper"
},
"b": {
"tag": "minecraft:sand"
}
},
"result": {
"item": "superbwarfare:sandbag",
"count": 1
}
}