diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json new file mode 100644 index 0000000..cb338cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:sandstone_slab", + "count": 2 +}
\ No newline at end of file |