diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-01-07 15:29:52 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 15:29:52 +1100 |
commit | 5383db9abb463998c992f3bdab8f8cf1706335ab (patch) | |
tree | 620fa321f99f85aba5d5c3112f045469d3e806f1 /items/REFINED_DIAMOND.json | |
parent | f9f1620e318db8389f90bd38a09211333ee4948c (diff) | |
download | NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.gz NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.bz2 NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.zip |
Stuff that only works on the dangerous rel (#676)
Co-authored-by: jani270 <jani270@gmx.de>
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items/REFINED_DIAMOND.json')
-rw-r--r-- | items/REFINED_DIAMOND.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/items/REFINED_DIAMOND.json b/items/REFINED_DIAMOND.json index 5d87431a..f0455ab0 100644 --- a/items/REFINED_DIAMOND.json +++ b/items/REFINED_DIAMOND.json @@ -1,25 +1,31 @@ { "itemid": "minecraft:diamond", "displayname": "§5Refined Diamond", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oLooking at it for too long\",1:\"§7§omay cause eye trauma.\",2:\"\",3:\"§5§lEPIC\",4:\"\",5:\"§eItems Required\",6:\"§9Enchanted Diamond Block §7x2\",7:\"\",8:\"§7Duration: §b8h\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oLooking at it for too long\",1:\"§7§omay cause eye trauma.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7§7§oLooking at it for too long", "§7§omay cause eye trauma.", "", - "§5§lEPIC", - "", - "§eItems Required", - "§9Enchanted Diamond Block §7x2", - "", - "§7Duration: §b8h" + "§5§lEPIC" ], "internalname": "REFINED_DIAMOND", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Diamond" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_DIAMOND_BLOCK:2" + ], + "count": 1, + "overrideOutputId": "REFINED_DIAMOND", + "duration": 28800 + } ] -} +}
\ No newline at end of file |