diff options
Diffstat (limited to 'items/FINE_SAPPHIRE_GEM.json')
-rw-r--r-- | items/FINE_SAPPHIRE_GEM.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/FINE_SAPPHIRE_GEM.json b/items/FINE_SAPPHIRE_GEM.json new file mode 100644 index 00000000..6d4fedb8 --- /dev/null +++ b/items/FINE_SAPPHIRE_GEM.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aFine Sapphire Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"40df80a0-70ad-3895-a4fa-a9eafb7d7469\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzkwNDYxNSwKICAicHJvZmlsZUlkIiA6ICJmMjU5MTFiOTZkZDU0MjJhYTcwNzNiOTBmOGI4MTUyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmYXJsb3VjaDEwMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zNjE2MWRhYTM1ODllYzljODE4NzQ1OWFjMzZmZDRkZDI2NDZjMDQwNjc4ZDNiZmFjYjcyYTIyMTBjNmM4MDFjIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A type of §bSapphire §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Sapphire Gemstone\"},ExtraAttributes:{id:\"FINE_SAPPHIRE_GEM\"}}", + "damage": 3, + "lore": [ + "§7A type of §bSapphire §7that has", + "§7clearly been treated with care.", + "", + "§7§7Some say that when §eharnessed", + "§eproperly§7, it can give its", + "§7owner extra §b✎ Intelligence§7.", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "FLAWED_SAPPHIRE_GEM:16", + "A3": "", + "B1": "FLAWED_SAPPHIRE_GEM:16", + "B2": "FLAWED_SAPPHIRE_GEM:16", + "B3": "FLAWED_SAPPHIRE_GEM:16", + "C1": "", + "C2": "FLAWED_SAPPHIRE_GEM:16", + "C3": "" + }, + "internalname": "FINE_SAPPHIRE_GEM", + "crafttext": "Requires Gemstone Collection V", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ] +}
\ No newline at end of file |