From 2bea137a22d29907fe0f48cd4999fab0b1143d7d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:30:52 +0100 Subject: 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 --- items/FLAMES.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'items/FLAMES.json') 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", -- cgit