diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/HEAT_CORE.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/HEAT_CORE.json')
-rw-r--r-- | items/HEAT_CORE.json | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/items/HEAT_CORE.json b/items/HEAT_CORE.json index af498d96..f71317d2 100644 --- a/items/HEAT_CORE.json +++ b/items/HEAT_CORE.json @@ -1,17 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§cHeat Core", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"17914e16-2d44-3bc0-b6f6-5ed33e9b7e03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTkzNTg3MDNhYjc3MjdkZjMzMjQzMzY5NjllODFkNmY5MmI3YWE3OWVkYjk2NmMwYmU5MWFiMTYxYmFkMWYwMSJ9fX0=\"}]}},display:{Lore:[0:\"§7Craft with §5Enchanted Lava\",1:\"§5Buckets §7to upgrade the minion\",2:\"§7speed bonus to §a30% §7and\",3:\"§7§a35%§7.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§c§lSPECIAL\",8:\"\",9:\"§7Cost\",10:\"§b3,000 Bits\"],Name:\"§cHeat Core\"},ExtraAttributes:{id:\"HEAT_CORE\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"17914e16-2d44-3bc0-b6f6-5ed33e9b7e03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTkzNTg3MDNhYjc3MjdkZjMzMjQzMzY5NjllODFkNmY5MmI3YWE3OWVkYjk2NmMwYmU5MWFiMTYxYmFkMWYwMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Craft with §5Enchanted Lava Buckets\",1:\"§5§7to upgrade the minion speed bonus\",2:\"§7to §a30% §7and §a35%§7.\",3:\"\",4:\"§7Cost\",5:\"§b3,000 Bits\"],Name:\"§cHeat Core\"},ExtraAttributes:{id:\"HEAT_CORE\"}}", "damage": 3, "lore": [ - "§7Craft with §5Enchanted Lava", - "§5Buckets §7to upgrade the minion", - "§7speed bonus to §a30% §7and", - "§7§a35%§7.", - "", - "§eRight-click to view recipes!", - "", - "§c§lSPECIAL", + "§7Craft with §5Enchanted Lava Buckets", + "§5§7to upgrade the minion speed bonus", + "§7to §a30% §7and §a35%§7.", "", "§7Cost", "§b3,000 Bits" @@ -19,7 +14,7 @@ "internalname": "HEAT_CORE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Core", |