diff options
Diffstat (limited to 'items/DWARVEN_COMPACTOR.json')
-rw-r--r-- | items/DWARVEN_COMPACTOR.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/DWARVEN_COMPACTOR.json b/items/DWARVEN_COMPACTOR.json new file mode 100644 index 00000000..6800e8fa --- /dev/null +++ b/items/DWARVEN_COMPACTOR.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:dropper", + "displayname": "§9Dwarven Super Compactor", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade.\",2:\"§7Automatically smelts materials\",3:\"§7produced by minions before\",4:\"§7compacting them into their\",5:\"§7enchanted form.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Dwarven Super Compactor\"},ExtraAttributes:{id:\"DWARVEN_COMPACTOR\"}}", + "damage": 0, + "lore": [ + "§7This item can be used as a", + "§7minion upgrade.", + "§7Automatically smelts materials", + "§7produced by minions before", + "§7compacting them into their", + "§7enchanted form.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "ENCHANTED_MITHRIL:8", + "A2": "AUTO_SMELTER:1", + "A3": "ENCHANTED_MITHRIL:8", + "B1": "ENCHANTED_MITHRIL:8", + "B2": "SUPER_COMPACTOR_3000:1", + "B3": "ENCHANTED_MITHRIL:8", + "C1": "ENCHANTED_MITHRIL:8", + "C2": "ENCHANTED_MITHRIL:8", + "C3": "ENCHANTED_MITHRIL:8" + }, + "internalname": "DWARVEN_COMPACTOR", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file |