diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-30 13:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:03:42 +0200 |
commit | c253a0532aca722ec75096c7628919e0acd6cf12 (patch) | |
tree | 3148c0f3288e323b73496a78322d8463942f1211 /items/RIFT_TROPHY_CHICKEN_N_EGG.json | |
parent | d94ece918d590909c3d9450d0b457ee659ef04ac (diff) | |
download | NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.gz NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.bz2 NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.zip |
Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949)
* Fixed tp pad lore fixed accessory bag overlay for 2 talis
* Added 1 new npc and one older npc
* Added recipe and removed timestamp
* Added Accessory
* Added burger
* Fixed rng meter values
* Fixed all pet skin lores
* Fixed drop chance of ench mutton
* Fixed lore of murder weapon
* Fixed not chicken monster breaking workflow
* Add new cosmetics
* Fixed Vampire Relic and Caducous steam lore
* Fixed lore of netherrack
* Fixed Blessed Stats
* Added recipe
* Added vamp slayer boss
Diffstat (limited to 'items/RIFT_TROPHY_CHICKEN_N_EGG.json')
-rw-r--r-- | items/RIFT_TROPHY_CHICKEN_N_EGG.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/RIFT_TROPHY_CHICKEN_N_EGG.json b/items/RIFT_TROPHY_CHICKEN_N_EGG.json index 6a6ece27..12eedfcb 100644 --- a/items/RIFT_TROPHY_CHICKEN_N_EGG.json +++ b/items/RIFT_TROPHY_CHICKEN_N_EGG.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:soul_sand", "displayname": "§cChicken N Egg Timecharm", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place this timecharm in the\",1:\"§7§dRift Gallery §7to secure it\",2:\"§7forever!\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§c§lSPECIAL RIFT TIMECHARM\"],Name:\"§cChicken N Egg Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_CHICKEN_N_EGG\",uuid:\"9382ebd1-2634-4f37-99fe-34d24bcddc06\",timestamp:\"6/21/23 10:41 AM\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place this timecharm in the\",1:\"§7§dRift Gallery §7to secure it\",2:\"§7forever!\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§c§lSPECIAL RIFT TIMECHARM\"],Name:\"§cChicken N Egg Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_CHICKEN_N_EGG\"}}", "damage": 0, "lore": [ "§7Place this timecharm in the", @@ -29,5 +29,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Chicken_N_Egg_Timecharm", "https://wiki.hypixel.net/Chicken_N_Egg_Timecharm" - ] + ], + "crafttext": "" }
\ No newline at end of file |