Make gravel craftable

2 sand + 2 flint = 2 gravel
This commit is contained in:
Sergeant Acoustic 2025-11-09 22:10:58 +00:00
parent 52dc2ae317
commit adab60c654

View file

@ -0,0 +1,21 @@
{
"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
}