diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-02 01:23:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 09:23:29 +1000 |
commit | 8800785d5350693ca1f50ab8a3ea6425feadad7b (patch) | |
tree | 60c18a1d390f5cd0040475f1c0e0c6d05dd301d4 /items/HEAT_BOOTS.json | |
parent | 30358e4190aeefffc4ac597d008d62b5a0cff579 (diff) | |
download | NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.tar.gz NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.tar.bz2 NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.zip |
Added new sack and fixed some lores (#934)
Diffstat (limited to 'items/HEAT_BOOTS.json')
-rw-r--r-- | items/HEAT_BOOTS.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/HEAT_BOOTS.json b/items/HEAT_BOOTS.json index f72e5a4b..12404b7e 100644 --- a/items/HEAT_BOOTS.json +++ b/items/HEAT_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Heat Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\" §8[§7❤§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a2x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 2.\",13:\"§9§lRARE BOOTS\"],color:11776947,Name:\"§9Heat Boots\"},ExtraAttributes:{id:\"HEAT_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\" §8[§7❤§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a2x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 2§c.\",13:\"§9§lRARE BOOTS\"],color:11776947,Name:\"§9Heat Boots\"},ExtraAttributes:{id:\"HEAT_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -16,7 +16,7 @@ "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aHard Stone", - "§aCollection 2.", + "§aCollection 2§c.", "§9§lRARE BOOTS" ], "recipe": { @@ -33,7 +33,7 @@ "internalname": "HEAT_BOOTS", "crafttext": "Requires Hard Stone Collection II", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Armor", |