diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-02 17:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:41:58 +0000 |
commit | 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e (patch) | |
tree | 93bef849963060da7a222471c6ca37a9ffcc891b /items/ENCHANTED_CHARCOAL.json | |
parent | bb79c8cc5d60b64a462ea35c5877bdc672516fa6 (diff) | |
download | NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.gz NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.bz2 NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.zip |
Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081)
Diffstat (limited to 'items/ENCHANTED_CHARCOAL.json')
-rw-r--r-- | items/ENCHANTED_CHARCOAL.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ENCHANTED_CHARCOAL.json b/items/ENCHANTED_CHARCOAL.json index d4c39ef0..0941de85 100644 --- a/items/ENCHANTED_CHARCOAL.json +++ b/items/ENCHANTED_CHARCOAL.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:coal", "displayname": "§aEnchanted Charcoal", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the speed of\",1:\"§7your minion by §a20%§7\",2:\"§7for 36 hours§7!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Charcoal\"},ExtraAttributes:{id:\"ENCHANTED_CHARCOAL\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the speed of\",1:\"§7your minion by §a20%§7 for 36\",2:\"§7hours§7!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Charcoal\"},ExtraAttributes:{id:\"ENCHANTED_CHARCOAL\"}}", "damage": 1, "lore": [ "§7Increases the speed of", - "§7your minion by §a20%§7", - "§7for 36 hours§7!", + "§7your minion by §a20%§7 for 36", + "§7hours§7!", "", "§a§lUNCOMMON" ], @@ -23,7 +23,7 @@ }, "internalname": "ENCHANTED_CHARCOAL", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Charcoal", |