diff options
Diffstat (limited to 'items/BLAZE;3.json')
-rw-r--r-- | items/BLAZE;3.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/items/BLAZE;3.json b/items/BLAZE;3.json index bdc67bac..8890ec5a 100644 --- a/items/BLAZE;3.json +++ b/items/BLAZE;3.json @@ -1,21 +1,21 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §5Blaze", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ==\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a+1➡100\",3:\"§7Defense: §a+10➡25\",4:\"\",5:\"§6Nether Embodiment\",6:\"§7§7Increases all stats by §a0.2%➡20%\",7:\"§a§7while on the Nether Fortress\",8:\"\",9:\"§6Bling Armor\",10:\"§7§7Upgrades §cBlaze Armor §7stats\",11:\"§7and ability by §a0.4%➡40%\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1➡100] §5Blaze\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLAZE\\\",\\\"active\\\":false,\\\"exp\\\":3246784.3403730476,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"BLAZE;3\",uuid:\"a185a843-93b9-484a-b531-1a5e2f943e06\",timestamp:\"4/7/20 1:36 AM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §5Blaze", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Nether Embodiment\",6:\"§7§7Increases all stats by §a{0}%\",7:\"§a§7while on the Nether Fortress\",8:\"\",9:\"§6Bling Armor\",10:\"§7§7Upgrades §cBlaze Armor §7stats\",11:\"§7and ability by §a{1}%\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Blaze\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLAZE\\\",\\\"active\\\":false,\\\"exp\\\":3246784.3403730476,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"BLAZE;3\",uuid:\"a185a843-93b9-484a-b531-1a5e2f943e06\",timestamp:\"4/7/20 1:36 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Intelligence: §a+1➡100", - "§7Defense: §a+10➡25", + "§7Intelligence: §a{INTELLIGENCE}", + "§7Defense: §a{DEFENSE}", "", "§6Nether Embodiment", - "§7§7Increases all stats by §a0.2%➡20%", + "§7§7Increases all stats by §a{0}%", "§a§7while on the Nether Fortress", "", "§6Bling Armor", "§7§7Upgrades §cBlaze Armor §7stats", - "§7and ability by §a0.4%➡40%", + "§7and ability by §a{1}%", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -24,7 +24,7 @@ ], "internalname": "BLAZE;3", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "REL-1.0.0", "recipe": { "A1": "ENCHANTED_BLAZE_ROD:8", "A2": "ENCHANTED_BLAZE_ROD:8", |