aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json
new file mode 100644
index 0000000..27dc4ac
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json
@@ -0,0 +1,17 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "# ",
+ "## ",
+ "###"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:smooth_red_sandstone"
+ }
+ },
+ "result": {
+ "item": "minecraft:smooth_red_sandstone_stairs",
+ "count": 4
+ }
+} \ No newline at end of file