From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/ENDER_CHEST.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/ENDER_CHEST.json (limited to 'items/ENDER_CHEST.json') 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 -- cgit