diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:24 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:24 +0000 |
commit | e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8 (patch) | |
tree | 8939c2ba48af0d1b40b06dc3d79fc0b35da0edd9 /items/REFINED_DIAMOND.json | |
parent | 08dbaee33fae02757cef77e4a8e0f53d6ccaf9ce (diff) | |
parent | a1875440aadf3e9d0cd0b527c40d75e610b0023b (diff) | |
download | NotEnoughUpdates-REPO-e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8.tar.gz NotEnoughUpdates-REPO-e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8.tar.bz2 NotEnoughUpdates-REPO-e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8.zip |
Merge branch 'dangerous'
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 |