Make gravel craftable
2 sand + 2 flint = 2 gravel
This commit is contained in:
parent
52dc2ae317
commit
adab60c654
21
data/mc_rebalance/recipes/gravel.json
Normal file
21
data/mc_rebalance/recipes/gravel.json
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue