this repo has no description

added cobbling stone and deepslate

+20
+10
datapack/data/cwbubc/recipe/cobbleddeeslatefromdeepslate.json
··· 1 + { 2 + "type": "minecraft:stonecutting", 3 + "ingredient": [ 4 + "deepslate" 5 + ], 6 + "result": { 7 + "count": 1, 8 + "id": "minecraft:cobbled_deepslate" 9 + } 10 + }
+10
datapack/data/cwbubc/recipe/cobblefromstone.json
··· 1 + { 2 + "type": "minecraft:stonecutting", 3 + "ingredient": [ 4 + "stone" 5 + ], 6 + "result": { 7 + "count": 1, 8 + "id": "minecraft:cobblestone" 9 + } 10 + }