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/BLUE_ICE_HUNK.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/BLUE_ICE_HUNK.json')
-rw-r--r-- | items/BLUE_ICE_HUNK.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/BLUE_ICE_HUNK.json b/items/BLUE_ICE_HUNK.json index af78d33c..c0eb4554 100644 --- a/items/BLUE_ICE_HUNK.json +++ b/items/BLUE_ICE_HUNK.json @@ -4,13 +4,13 @@ "displayname": "§9Hunk of Blue Ice", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"070f6268-39a5-3c12-b129-355c8f66fc8a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWFiMDllZTE0ZTNhNWRmNTk5Y2ZhNGQxNmM1Y2U4ZDA1NGJlZjg0Njk1MTMyMGY3MjFhYTRhNzE4MWY4ZGI1ZSJ9fX0=\"}]}},display:{Lore:[0:\"§9§lレア\"],Name:\"§9Hunk of Blue Ice\"},ExtraAttributes:{id:\"BLUE_ICE_HUNK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"070f6268-39a5-3c12-b129-355c8f66fc8a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWFiMDllZTE0ZTNhNWRmNTk5Y2ZhNGQxNmM1Y2U4ZDA1NGJlZjg0Njk1MTMyMGY3MjFhYTRhNzE4MWY4ZGI1ZSJ9fX0=\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Hunk of Blue Ice\"},ExtraAttributes:{id:\"BLUE_ICE_HUNK\"}}", "modver": "1.0.0", "lore": [ - "§9§lレア" + "§9§lRARE" ], "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hunk_of_Blue_Ice" ] -}
\ No newline at end of file +} |