diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 19:02:17 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 19:02:17 +1000 |
commit | bdc397344090de82b8605e41f36b6967638ca9e7 (patch) | |
tree | b333e9455ad9171c3cc52d16b7c3fab0e35fc6e2 /items/SILVERFISH;0.json | |
parent | e3ebf5a2f765a081a039a3eb8c776cfd740bcbea (diff) | |
download | NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.tar.gz NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.tar.bz2 NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.zip |
update pet items
Diffstat (limited to 'items/SILVERFISH;0.json')
-rw-r--r-- | items/SILVERFISH;0.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/SILVERFISH;0.json b/items/SILVERFISH;0.json index 43893874..5a43ae0a 100644 --- a/items/SILVERFISH;0.json +++ b/items/SILVERFISH;0.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §fSilverfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79e570d8-f66e-375c-9e70-97224ccd5692\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ==\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+1➡100\",3:\"§7Health: §a+0➡20 HP\",4:\"\",5:\"§6True Defense Boost\",6:\"§7§7§7Boosts your §f❂ True\",7:\"§fDefense§7 by §a0.1➡5\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl 1➡100] §fSilverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":90481.99248000035,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"SILVERFISH;0\",uuid:\"7fdd06c5-30e6-48a5-88dc-e90c1d71e68c\",timestamp:\"4/5/20 4:14 PM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §fSilverfish", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79e570d8-f66e-375c-9e70-97224ccd5692\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Health: §a{HEALTH} HP\",4:\"\",5:\"§6True Defense Boost\",6:\"§7§7§7Boosts your §f❂ True\",7:\"§fDefense§7 by §a{0}\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fSilverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":90481.99248000035,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"SILVERFISH;0\",uuid:\"7fdd06c5-30e6-48a5-88dc-e90c1d71e68c\",timestamp:\"4/5/20 4:14 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", "", - "§7Defense: §a+1➡100", - "§7Health: §a+0➡20 HP", + "§7Defense: §a{DEFENSE}", + "§7Health: §a{HEALTH} HP", "", "§6True Defense Boost", "§7§7§7Boosts your §f❂ True", - "§fDefense§7 by §a0.1➡5", + "§fDefense§7 by §a{0}", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -20,7 +20,7 @@ ], "internalname": "SILVERFISH;0", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "REL-1.0.0", "recipe": { "A1": "ENCHANTED_COBBLESTONE:8", "A2": "ENCHANTED_COBBLESTONE:8", |