mc_rebalance_datapack/data/mc_rebalance/recipes/gravel.json

22 lines
316 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"S": {
"item": "minecraft:sand"
},
"F": {
"item": "minecraft:flint"
}
},
"pattern": [
"SF",
"FS"
],
"result": {
"count": 2,
"item": "minecraft:gravel"
},
"show_notification": true
}