aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/magenta_terracotta.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/magenta_terracotta.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/magenta_terracotta.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/magenta_terracotta.json b/minecrafttrivia/mcdata/recipes/magenta_terracotta.json
new file mode 100644
index 0000000..d981d39
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/magenta_terracotta.json
@@ -0,0 +1,21 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "group": "stained_terracotta",
+ "pattern": [
+ "###",
+ "#X#",
+ "###"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:terracotta"
+ },
+ "X": {
+ "item": "minecraft:magenta_dye"
+ }
+ },
+ "result": {
+ "item": "minecraft:magenta_terracotta",
+ "count": 8
+ }
+} \ No newline at end of file