diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-16 19:43:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 18:43:15 +0000 |
commit | c8a8e8c5265a603adb426156e8a22f19a1c860cb (patch) | |
tree | 9d08979a9eb4cb4e8c7928a54794e0e8138ecdbb /items/FOUL_FLESH.json | |
parent | c3f588b90189a4a86ba213b11ee78d35b5472435 (diff) | |
download | NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.gz NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.bz2 NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.zip |
0.19.10 (#1087)
* 0.19.10
* Fixed Corleonite chance
* Added new fallen star stuff
Diffstat (limited to 'items/FOUL_FLESH.json')
-rw-r--r-- | items/FOUL_FLESH.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/items/FOUL_FLESH.json b/items/FOUL_FLESH.json index 665b170e..6bc3eea7 100644 --- a/items/FOUL_FLESH.json +++ b/items/FOUL_FLESH.json @@ -4,13 +4,14 @@ "displayname": "§9Foul Flesh", "clickcommand": "", "damage": 1, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§7increases the speed of\",2:\"§7your minion by §a90%§7\",3:\"§7for 5 hours§7!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Foul Flesh\"},ExtraAttributes:{id:\"FOUL_FLESH\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7Increases the speed of\",3:\"§7your minion by §a90%§7 for 5\",4:\"§7hours§7!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Foul Flesh\"},ExtraAttributes:{id:\"FOUL_FLESH\"}}", + "modver": "2.1.1-PRE", "lore": [ - "§8Brewing Ingredient", - "§7increases the speed of", - "§7your minion by §a90%§7", - "§7for 5 hours§7!", + "§7§8Brewing Ingredient", + "", + "§7Increases the speed of", + "§7your minion by §a90%§7 for 5", + "§7hours§7!", "", "§9§lRARE" ], @@ -18,5 +19,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Foul_Flesh", "https://wiki.hypixel.net/Foul_Flesh" - ] + ], + "crafttext": "" }
\ No newline at end of file |