diff options
Diffstat (limited to 'items/GEMSTONE_MIXTURE.json')
-rw-r--r-- | items/GEMSTONE_MIXTURE.json | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/items/GEMSTONE_MIXTURE.json b/items/GEMSTONE_MIXTURE.json index 5e2c792b..23ccdec6 100644 --- a/items/GEMSTONE_MIXTURE.json +++ b/items/GEMSTONE_MIXTURE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gemstone Mixture", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd4fa6b7-d6bf-393d-8601-00e048d57d91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjQ2MDEzMSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM0ZDQyZjljNDYxY2VlMTk5N2I2N2JmMzYxMGM2NDExYmY4NTJiOWU1ZGI2MDdiYmY2MjY1MjdjZmI0MjkxMmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7A collection of finely treated\",1:\"§7§dGemstones §7held together by\",2:\"§7the sturdiest of §asticky\",3:\"§a§7substances.\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§eItems Required\",8:\"§9☘ §9Fine Jade Gemstone §7x4\",9:\"§9⸕ §9Fine Amber Gemstone §7x4\",10:\"§9❈ §9Fine Amethyst Gemstone §7x4\",11:\"§9✎ §9Fine Sapphire Gemstone §7x4\",12:\"§aSludge Juice §7x320\",13:\"\",14:\"§7Duration: §b4h\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd4fa6b7-d6bf-393d-8601-00e048d57d91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjQ2MDEzMSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM0ZDQyZjljNDYxY2VlMTk5N2I2N2JmMzYxMGM2NDExYmY4NTJiOWU1ZGI2MDdiYmY2MjY1MjdjZmI0MjkxMmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7A collection of finely treated\",1:\"§7§dGemstones §7held together by\",2:\"§7the sturdiest of §asticky\",3:\"§a§7substances.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7§7A collection of finely treated", @@ -9,23 +9,29 @@ "§7the sturdiest of §asticky", "§a§7substances.", "", - "§9§lRARE", - "", - "§eItems Required", - "§9☘ §9Fine Jade Gemstone §7x4", - "§9⸕ §9Fine Amber Gemstone §7x4", - "§9❈ §9Fine Amethyst Gemstone §7x4", - "§9✎ §9Fine Sapphire Gemstone §7x4", - "§aSludge Juice §7x320", - "", - "§7Duration: §b4h" + "§9§lRARE" ], "internalname": "GEMSTONE_MIXTURE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Mixture" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FINE_JADE_GEM:4", + "SLUDGE_JUICE:256", + "FINE_AMBER_GEM:4", + "FINE_SAPPHIRE_GEM:4", + "FINE_AMETHYST_GEM:4" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_MIXTURE", + "duration": 14400 + } ] }
\ No newline at end of file |