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/DIAMONITE.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/DIAMONITE.json')
-rw-r--r-- | items/DIAMONITE.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/items/DIAMONITE.json b/items/DIAMONITE.json index 77bb6826..e34b5596 100644 --- a/items/DIAMONITE.json +++ b/items/DIAMONITE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Diamonite", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Fleet §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oMagical form of diamond.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\",13:\"\",14:\"§eItems Required\",15:\"§5Refined Diamond §7x3\",16:\"\",17:\"§7Duration: §b6h\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Fleet §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oMagical form of diamond.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -16,19 +16,25 @@ "§7Requires §aMining Skill Level", "§aXV§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§5Refined Diamond §7x3", - "", - "§7Duration: §b6h" + "§9§lRARE REFORGE STONE" ], "internalname": "DIAMONITE", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Diamonite" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_DIAMOND:3" + ], + "count": 1, + "overrideOutputId": "DIAMONITE", + "duration": 21600 + } ] -} +}
\ No newline at end of file |