diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2021-02-16 09:58:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 11:58:36 -0500 |
commit | 6c60c2a9cb0db8cf9738b04971057a7dad756401 (patch) | |
tree | d9868ff4593aa0b7b069d18c37740f2b5aaf4c83 /items/SPOOKY_PIE.json | |
parent | d57022a34020315358ed277a4d59cab4a404f434 (diff) | |
download | NotEnoughUpdates-REPO-6c60c2a9cb0db8cf9738b04971057a7dad756401.tar.gz NotEnoughUpdates-REPO-6c60c2a9cb0db8cf9738b04971057a7dad756401.tar.bz2 NotEnoughUpdates-REPO-6c60c2a9cb0db8cf9738b04971057a7dad756401.zip |
Apply some fixes from sharkey300#9117 (#399)
* Make spooky pie details scrambled or whatever its called idk
* Change daedalus axe to base stats
* Fix lore for turbo potato 5
* Remove growth armor hp progression
* Remove growth armor hp progression
* Remove growth armor hp progression
* Remove growth armor hp progression
* Add wiki url
* Fix blue ice hunk description being Japanese lmao
* I think I did this right
* parent gift types
* Obfuscate crab hat stats
* Remove dungeon stats from ornate zombie sword
if I messed something up tell me
* No
* update nbt data
* nbt data
* nbt data
* nbt data
* nbt
* nbt
* nbt
* nbt
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items/SPOOKY_PIE.json')
-rw-r--r-- | items/SPOOKY_PIE.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/SPOOKY_PIE.json b/items/SPOOKY_PIE.json index eb01003f..4f1bc911 100644 --- a/items/SPOOKY_PIE.json +++ b/items/SPOOKY_PIE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:pumpkin_pie", "displayname": "§cSpooky Pie", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Obtained during the §649th\",1:\"§6Spooky Festival §7during\",2:\"§7SkyBlock Year 72.\",3:\"\",4:\"§7Player: §6IRONM00N\",5:\"§7Position: §a#4,353\",6:\"§7Candy Score: §a651\",7:\"\",8:\"§c§lSPECIAL\"],Name:\"§cSpooky Pie\"},ExtraAttributes:{leaderboard_score:651,leaderboard_player:\"§6IRONM00N\",leaderboard_position:4353,new_years_cake:71,id:\"SPOOKY_PIE\",event:\"spooky_festival_48\",uuid:\"b4bb1f2c-4a08-4cad-bb25-3b075e10d5fa\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Obtained during the §649th\",1:\"§6Spooky Festival §7during\",2:\"§7SkyBlock Year 72.\",3:\"\",4:\"§7Player: §6IRONM00N\",5:\"§7Position: §a#§k4,353\",6:\"§7Candy Score: §a§k651\",7:\"\",8:\"§c§lSPECIAL\"],Name:\"§cSpooky Pie\"},ExtraAttributes:{leaderboard_score:651,leaderboard_player:\"§6IRONM00N\",leaderboard_position:4353,new_years_cake:71,id:\"SPOOKY_PIE\",event:\"spooky_festival_48\",uuid:\"b4bb1f2c-4a08-4cad-bb25-3b075e10d5fa\"}}", "damage": 0, "lore": [ "§7Obtained during the §649th", @@ -9,8 +9,8 @@ "§7SkyBlock Year 72.", "", "§7Player: §6IRONM00N", - "§7Position: §a#4,353", - "§7Candy Score: §a651", + "§7Position: §a#§k4,353", + "§7Candy Score: §a§k651", "", "§c§lSPECIAL" ], @@ -22,4 +22,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spooky_Pie" ] -}
\ No newline at end of file +} |