diff --git a/data/mc_rebalance/recipes/gravel.json b/data/mc_rebalance/recipes/gravel.json new file mode 100644 index 0000000..ecdb338 --- /dev/null +++ b/data/mc_rebalance/recipes/gravel.json @@ -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 +}