mc_rebalance_datapack/data/mc_rebalance/recipes/gravel.json
Sergeant Acoustic adab60c654 Make gravel craftable
2 sand + 2 flint = 2 gravel
2025-11-09 22:10:58 +00:00

22 lines
316 B
JSON

{
"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
}