From 6d119599ea11254259e303ae5fb6343802bf0199 Mon Sep 17 00:00:00 2001 From: Eejit <76887639+Eejit43@users.noreply.github.com> Date: Sat, 14 Aug 2021 20:31:38 -0400 Subject: Various fixes/additions (#592) * Update WISHING_COMPASS.json * Update REFINED_DIAMOND.json * Adding PET_SKIN_WOLF * Update PET_SKIN_WOLF.json * Update PET_SKIN_WOLF.json * Update REFINED_DIAMOND.json * Update WISHING_COMPASS.json * Update PET_SKIN_WOLF.json * Update BARRIER.json * That wiki page is now a redirect * The wiki page is now a redirect * The wiki page is now a redirect * Arrows have now become Flint Arrows (same internal ID) * Update PET_SKIN_WOLF.json * Update BARRIER.json * Update APPLE.json * Update BOAT.json * Update APPLE.json * Update ARMOR_STAND.json * Update BARRIER.json * Update REFINED_DIAMOND.json * Update BEDROCK.json * Update KALHUIKI_MASK.json * Update BAG_OF_CASH.json * Update STARFALL.json --- items/STARFALL.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'items/STARFALL.json') diff --git a/items/STARFALL.json b/items/STARFALL.json index 15ddc626..63210ee4 100644 --- a/items/STARFALL.json +++ b/items/STARFALL.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Starfall", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oNo one knows how and when\",2:\"§7§othe Starfall appeared. All we\",3:\"§7§oknow is that it was already\",4:\"§7§othere when the Dwarves\",5:\"§7§odiscovered the cavern.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Starfall\"},ExtraAttributes:{id:\"STARFALL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7§oNo one knows how and when\",1:\"§7§othe Starfall appeared. All we\",2:\"§7§oknow is that it was already\",3:\"§7§othere when the Dwarves\",4:\"§7§odiscovered the cavern.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Starfall\"},ExtraAttributes:{id:\"STARFALL\"}}", "damage": 0, "lore": [ - "", "§7§7§oNo one knows how and when", "§7§othe Starfall appeared. All we", "§7§oknow is that it was already", @@ -16,9 +15,9 @@ "internalname": "STARFALL", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starfall" ] -} \ No newline at end of file +} -- cgit