diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-15 15:37:06 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-15 15:37:06 -0500 |
commit | 353a3e54ce3d34fc61638fa6f1dd2ef91e70599d (patch) | |
tree | de57d6dbf40acb318ff65e04198b551a092afdd7 /items/DWARVEN_COMPACTOR.json | |
parent | 84d1f06378afa6af5404fcd31891ab644e9d9788 (diff) | |
download | NotEnoughUpdates-REPO-353a3e54ce3d34fc61638fa6f1dd2ef91e70599d.tar.gz NotEnoughUpdates-REPO-353a3e54ce3d34fc61638fa6f1dd2ef91e70599d.tar.bz2 NotEnoughUpdates-REPO-353a3e54ce3d34fc61638fa6f1dd2ef91e70599d.zip |
Forgot to make a commit
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 |