diff options
| author | Phoebe <77941535+catgirlseraid@users.noreply.github.com> | 2024-12-22 01:45:14 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 12:45:14 +0000 |
| commit | 0c26ccddd53ecfc14c5af00693d4ca464826e72e (patch) | |
| tree | 77f7857dd9be4b298a9d3156c6f14aa45b13ea58 /items | |
| parent | 966719e021d186f3ad6c9ee214932e15c29aef4e (diff) | |
| download | NotEnoughUpdates-REPO-0c26ccddd53ecfc14c5af00693d4ca464826e72e.tar.gz NotEnoughUpdates-REPO-0c26ccddd53ecfc14c5af00693d4ca464826e72e.tar.bz2 NotEnoughUpdates-REPO-0c26ccddd53ecfc14c5af00693d4ca464826e72e.zip | |
update mining pets (#1545)
* bat + endermite + rock + scatha + silverfish + wither skeleton
* nbt
Diffstat (limited to 'items')
| -rw-r--r-- | items/SILVERFISH;0.json | 6 |
1 files changed, 3 insertions, 3 deletions
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", |
