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