diff --git a/data/ezrcp/recipes/restore_from_slab/mossy_cobblestone.json b/data/ezrcp/recipes/restore_from_slab/mossy_cobblestone.json new file mode 100644 index 0000000..7874a10 --- /dev/null +++ b/data/ezrcp/recipes/restore_from_slab/mossy_cobblestone.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "ezrcp:restore_fullblock_from_slab", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:mossy_cobblestone_slab" + } + }, + "result": { + "item": "minecraft:mossy_cobblestone", + "count": 1 + } +}