diff options
Diffstat (limited to 'items/ENDER_CHEST.json')
-rw-r--r-- | items/ENDER_CHEST.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/ENDER_CHEST.json b/items/ENDER_CHEST.json new file mode 100644 index 00000000..99c87048 --- /dev/null +++ b/items/ENDER_CHEST.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:ender_chest", + "displayname": "§fEnder Chest", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnder Chest\"},ExtraAttributes:{id:\"ENDER_CHEST\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ENDER_CHEST", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "OBSIDIAN:1", + "A2": "OBSIDIAN:1", + "A3": "OBSIDIAN:1", + "B1": "OBSIDIAN:1", + "B2": "EYE_OF_ENDER:1", + "B3": "OBSIDIAN:1", + "C1": "OBSIDIAN:1", + "C2": "OBSIDIAN:1", + "C3": "OBSIDIAN:1" + } +}
\ No newline at end of file |