From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/GUARDIAN_LUCKY_BLOCK.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'items/GUARDIAN_LUCKY_BLOCK.json') diff --git a/items/GUARDIAN_LUCKY_BLOCK.json b/items/GUARDIAN_LUCKY_BLOCK.json index 06b2e536..5464c586 100644 --- a/items/GUARDIAN_LUCKY_BLOCK.json +++ b/items/GUARDIAN_LUCKY_BLOCK.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Guardian Lucky Block", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"89f6b4f8-8067-32e6-b78b-a0c2458d78e3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmZkY2ZiNDAwOTc2YmY3M2VjMzJjMWI5OTYyYzgzMGZjM2Q3MDA2ZDc0OWY4ZjNkYTNiNmUwZmI4MjkwOWIyOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Guardian\",1:\"§7pet to §dmythic §7rarity.\",2:\"\",3:\"§5§kX§5 Rift-Transferable §kX\",4:\"§6§lLEGENDARY\"],Name:\"§f§f§6Guardian Lucky Block\"},ExtraAttributes:{id:\"GUARDIAN_LUCKY_BLOCK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"89f6b4f8-8067-32e6-b78b-a0c2458d78e3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmZkY2ZiNDAwOTc2YmY3M2VjMzJjMWI5OTYyYzgzMGZjM2Q3MDA2ZDc0OWY4ZjNkYTNiNmUwZmI4MjkwOWIyOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Guardian\",1:\"§7pet to §dmythic §7rarity.\",2:\"\",3:\"§5§kX§5 Rift-Exportable §kX\",4:\"§7§8Loses motes value when\",5:\"§8crossing dimensions.\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Guardian Lucky Block\"},ExtraAttributes:{id:\"GUARDIAN_LUCKY_BLOCK\"}}", "damage": 3, "lore": [ "§7Use at Kat to upgrade a Guardian", "§7pet to §dmythic §7rarity.", "", - "§5§kX§5 Rift-Transferable §kX", + "§5§kX§5 Rift-Exportable §kX", + "§7§8Loses motes value when", + "§8crossing dimensions.", "§6§lLEGENDARY" ], "internalname": "GUARDIAN_LUCKY_BLOCK", -- cgit