From e33176ddff89b5fb08fbe449848044d488a676ba Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:45:21 +0200 Subject: Added new skin and fixed some lores (#988) * Fixed lores * Added new skin * Fixed True Defense of Wisp * Fixed Watcher Panorama * Added 2 npc's * Fixed Kuudra name --- items/GEMSTONE_DIVAN.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 items/GEMSTONE_DIVAN.json (limited to 'items/GEMSTONE_DIVAN.json') diff --git a/items/GEMSTONE_DIVAN.json b/items/GEMSTONE_DIVAN.json new file mode 100644 index 00000000..d5f00183 --- /dev/null +++ b/items/GEMSTONE_DIVAN.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGemstone Divan Helmet Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a8055d62-a1ee-333f-8fd7-7dc1bf85395c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NDYyODE3Nzk2OCwKICAicHJvZmlsZUlkIiA6ICI3MDQ0ZDlkY2I5OGI0YzgzYWFjNjIzNjFlYTY5YmNmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJfV2F0cnlzaGthXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83YWY1ZjE2N2FlZDU3Y2U0ZjVlZDAwYzRkMGVmNzY5NDkzOGI0NDE4MDg4MDk1MDY0NDYxN2JmNDA0YjdhMTY0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§6Helmet of Divan§7.\",9:\"\",10:\"§7§aThis skin will allow you to\",11:\"§aswap between your favorite\",12:\"§aanimated gemstones!\",13:\"\",14:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGemstone Divan Helmet Skin\"},ExtraAttributes:{id:\"GEMSTONE_DIVAN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§6Helmet of Divan§7.", + "", + "§7§aThis skin will allow you to", + "§aswap between your favorite", + "§aanimated gemstones!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "GEMSTONE_DIVAN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit