From 0c26ccddd53ecfc14c5af00693d4ca464826e72e Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:45:14 +1300 Subject: update mining pets (#1545) * bat + endermite + rock + scatha + silverfish + wither skeleton * nbt --- items/SILVERFISH;0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items') diff --git a/items/SILVERFISH;0.json b/items/SILVERFISH;0.json index 0d1e90f3..dc6cb882 100644 --- a/items/SILVERFISH;0.json +++ b/items/SILVERFISH;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§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:\"§7Mining Fortune: §a{MINING_FORTUNE}\",4:\"\",5:\"§6Magnetic\",6:\"§7§7Earn §a+0.3% §7more Exp when mining.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§7[Lvl {LVL}] §fSilverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SILVERFISH;0\"},AttributeModifiers:[]}", + "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:\"§7Mining Fortune: §a{MINING_FORTUNE}\",4:\"\",5:\"§6Magnetic\",6:\"§7§7Earn §a+{0}% §7more Exp when mining.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§7[Lvl {LVL}] §fSilverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SILVERFISH;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -10,7 +10,7 @@ "§7Mining Fortune: §a{MINING_FORTUNE}", "", "§6Magnetic", - "§7§7Earn §a+0.3% §7more Exp when mining.", + "§7§7Earn §a+{0}% §7more Exp when mining.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -19,7 +19,7 @@ ], "internalname": "SILVERFISH;0", "clickcommand": "viewrecipe", - "modver": "", + "modver": "2.4.0", "recipe": { "A1": "ENCHANTED_COBBLESTONE:8", "A2": "ENCHANTED_COBBLESTONE:8", -- cgit