From 987f3bc618574ea52ea551dd31d131a2d523d7dc Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Fri, 4 Dec 2020 23:49:55 +0100 Subject: Initial commit --- .../mcdata/recipes/stone_slab_from_stone_stonecutting.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json (limited to 'minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json') diff --git a/minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json new file mode 100644 index 0000000..c7394e7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_slab", + "count": 2 +} \ No newline at end of file -- cgit