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/ROCK_GEMSTONE.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/ROCK_GEMSTONE.json')
-rw-r--r-- | items/ROCK_GEMSTONE.json | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/items/ROCK_GEMSTONE.json b/items/ROCK_GEMSTONE.json index a8e38bf3..ed39d1c4 100644 --- a/items/ROCK_GEMSTONE.json +++ b/items/ROCK_GEMSTONE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Rock Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7bdda670-637b-32fa-92c1-ef5a672adeb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE0NmQ3YjJjZjlhMjE3ODRmMzZmNDU5MjE1MWRmYzU1YWE3YzZlZjlhZjRhNDMwYWJkODZkZTBmMDhiMjI0ZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Auspicious\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oThe lowest gemstone in the\",8:\"§8§ofood chain.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXI§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\",14:\"\",15:\"§eItems Required\",16:\"§aEnchanted Cobblestone §7x128\",17:\"§5Treasurite §7x64\",18:\"\",19:\"§7Duration: §b22h\"],Name:\"§9Rock Gemstone\"},ExtraAttributes:{id:\"ROCK_GEMSTONE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7bdda670-637b-32fa-92c1-ef5a672adeb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE0NmQ3YjJjZjlhMjE3ODRmMzZmNDU5MjE1MWRmYzU1YWE3YzZlZjlhZjRhNDMwYWJkODZkZTBmMDhiMjI0ZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Auspicious\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oThe lowest gemstone in the\",8:\"§8§ofood chain.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXI§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Rock Gemstone\"},ExtraAttributes:{id:\"ROCK_GEMSTONE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -17,20 +17,26 @@ "§7Requires §aMining Skill Level", "§aXXI§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§aEnchanted Cobblestone §7x128", - "§5Treasurite §7x64", - "", - "§7Duration: §b22h" + "§9§lRARE REFORGE STONE" ], "internalname": "ROCK_GEMSTONE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rock_Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TREASURITE:64", + "ENCHANTED_COBBLESTONE:128" + ], + "count": 1, + "overrideOutputId": "ROCK_GEMSTONE", + "duration": 79200 + } ] -} +}
\ No newline at end of file |