diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/COMPACTOR.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/COMPACTOR.json')
-rw-r--r-- | items/COMPACTOR.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/COMPACTOR.json b/items/COMPACTOR.json index 80dc4314..d4509d2e 100644 --- a/items/COMPACTOR.json +++ b/items/COMPACTOR.json @@ -1,11 +1,8 @@ { - "internalname": "COMPACTOR", "itemid": "minecraft:dropper", - "displayname": "Compactor", - "clickcommand": "viewrecipe", + "displayname": "§aCompactor", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. This will\",2:\"§7automatically turn materials\",3:\"§7that a minion produces into\",4:\"§7their block form.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aCompactor\"},ExtraAttributes:{id:\"COMPACTOR\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. This will\",2:\"§7automatically turn materials\",3:\"§7that a minion produces into\",4:\"§7their block form.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aCompactor\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"COMPACTOR\",uuid:\"96048ee6-4d4c-4daa-9d26-368966759590\",timestamp:\"3/30/20 4:39 PM\"}}", - "modver": "1.0.0", "lore": [ "§7This item can be used as a", "§7minion upgrade. This will", @@ -14,5 +11,23 @@ "§7their block form.", "", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "ENCHANTED_COBBLESTONE:1", + "A2": "ENCHANTED_COBBLESTONE:1", + "A3": "ENCHANTED_COBBLESTONE:1", + "B1": "ENCHANTED_COBBLESTONE:1", + "B2": "", + "B3": "ENCHANTED_COBBLESTONE:1", + "C1": "ENCHANTED_COBBLESTONE:1", + "C2": "ENCHANTED_REDSTONE:1", + "C3": "ENCHANTED_COBBLESTONE:1" + }, + "internalname": "COMPACTOR", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Compactor" ] }
\ No newline at end of file |