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/DIAMOND_SPREADING.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/DIAMOND_SPREADING.json')
-rw-r--r-- | items/DIAMOND_SPREADING.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/DIAMOND_SPREADING.json b/items/DIAMOND_SPREADING.json index 25803082..4469ddaf 100644 --- a/items/DIAMOND_SPREADING.json +++ b/items/DIAMOND_SPREADING.json @@ -1,11 +1,8 @@ { - "internalname": "DIAMOND_SPREADING", "itemid": "minecraft:diamond", - "displayname": "Diamond Spreading", - "clickcommand": "viewrecipe", + "displayname": "§aDiamond Spreading", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. Place it in any\",2:\"§7minion and it will occasionally\",3:\"§7generate diamonds!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aDiamond Spreading\"},ExtraAttributes:{id:\"DIAMOND_SPREADING\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. Place it in any\",2:\"§7minion and it will occasionally\",3:\"§7generate diamonds!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aDiamond Spreading\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_SPREADING\",uuid:\"d56e485c-c7c9-49d8-a8b7-46369b0a4a30\",timestamp:\"30/03/20 13:41\"}}", - "modver": "1.0.0", "lore": [ "§7This item can be used as a", "§7minion upgrade. Place it in any", @@ -13,5 +10,23 @@ "§7generate diamonds!", "", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "VINE:1", + "A2": "VINE:1", + "A3": "VINE:1", + "B1": "VINE:1", + "B2": "ENCHANTED_DIAMOND:1", + "B3": "VINE:1", + "C1": "VINE:1", + "C2": "VINE:1", + "C3": "VINE:1" + }, + "internalname": "DIAMOND_SPREADING", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Spreading" ] }
\ No newline at end of file |