diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/SEA_WALKER_SC.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/SEA_WALKER_SC.json')
-rw-r--r-- | items/SEA_WALKER_SC.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/SEA_WALKER_SC.json b/items/SEA_WALKER_SC.json index d7995f9c..f6824002 100644 --- a/items/SEA_WALKER_SC.json +++ b/items/SEA_WALKER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Walker (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Sea Walker is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level II.\",2:\"§7He looks like a normal Zombie, but has a \\\"monster\\\"\",3:\"§7head.\",4:\"\",5:\"§c❤ Health§8: §c1,500\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7The Sea Walker is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level II.\",2:\"§7He looks like a normal Zombie, but has a \\\"monster\\\"\",3:\"§7head.\",4:\"\",5:\"§c❤ Health§8: §c1,000\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", "damage": 2, "lore": [ "§7The Sea Walker is a Common sea creature that", @@ -9,13 +9,13 @@ "§7He looks like a normal Zombie, but has a \"monster\"", "§7head.", "", - "§c❤ Health§8: §c1,500", + "§c❤ Health§8: §c1,000", "", "§f§lCOMMON" ], "internalname": "SEA_WALKER_SC", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Walker", |