diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-03 20:30:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 19:30:52 +0000 |
| commit | 2bea137a22d29907fe0f48cd4999fab0b1143d7d (patch) | |
| tree | 159adcdb92361f6361525a06dca4de514aae7172 /items/FLAMES.json | |
| parent | d2ee441346e03a9695d6057eba3a6c6a67ef62c0 (diff) | |
| download | NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.gz NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.bz2 NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.zip | |
feat: 0.20.9 changes part 1 (#1486)
* feat: 0.20.9 changes part 1
* fix: Kuudra Armor lore
* feat: 0.20.9 Essence costs
* feat: even more essence cost changes
Diffstat (limited to 'items/FLAMES.json')
| -rw-r--r-- | items/FLAMES.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/items/FLAMES.json b/items/FLAMES.json index 1c99c0ca..e68a5b71 100644 --- a/items/FLAMES.json +++ b/items/FLAMES.json @@ -1,24 +1,23 @@ { "itemid": "minecraft:blaze_powder", "displayname": "§9Flames", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oSome say that the same\",1:\"§7§osubstance can be found in the\",2:\"§7§oabdomen of Dragons, allowing\",3:\"§7§othem to breathe fire. Fire bats\",4:\"§7§oare much cuter though.\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§9§lRARE\"],Name:\"§9Flames\"},ExtraAttributes:{id:\"FLAMES\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oSome say that the same substance\",1:\"§7§ocan be found in the abdomen of\",2:\"§7§oDragons, allowing them to breathe\",3:\"§7§ofire. Cinderbats are much cuter\",4:\"§7§othough.\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Flames\"},ExtraAttributes:{id:\"FLAMES\"}}", "damage": 0, "lore": [ - "§7§7§oSome say that the same", - "§7§osubstance can be found in the", - "§7§oabdomen of Dragons, allowing", - "§7§othem to breathe fire. Fire bats", - "§7§oare much cuter though.", + "§7§7§oSome say that the same substance", + "§7§ocan be found in the abdomen of", + "§7§oDragons, allowing them to breathe", + "§7§ofire. Cinderbats are much cuter", + "§7§othough.", "", "§eRight-click to view recipes!", "", - "§8§l* §8Co-op Soulbound §8§l*", "§9§lRARE" ], "internalname": "FLAMES", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flames", |
