diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-08-31 09:24:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 09:24:24 +0200 |
commit | 9cf48ae1866342751c428312fa6653746cec891a (patch) | |
tree | 7644b5bc554009ac7333f5c185e02903b27ffce2 /items/PIGMAN;3.json | |
parent | 2fab2eaf4a1bc6e12106c9e040761c28c453592b (diff) | |
download | NotEnoughUpdates-REPO-9cf48ae1866342751c428312fa6653746cec891a.tar.gz NotEnoughUpdates-REPO-9cf48ae1866342751c428312fa6653746cec891a.tar.bz2 NotEnoughUpdates-REPO-9cf48ae1866342751c428312fa6653746cec891a.zip |
pets fix
Fixed pigman and wither skeleton pet having wrong abilities
Diffstat (limited to 'items/PIGMAN;3.json')
-rw-r--r-- | items/PIGMAN;3.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/PIGMAN;3.json b/items/PIGMAN;3.json index 10b6f70b..83912369 100644 --- a/items/PIGMAN;3.json +++ b/items/PIGMAN;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Pigman", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fd837a44-d59d-3c1b-a4ac-6da86b08deb2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjNkOWNiNjUxM2YyMDcyZTVkNGU0MjZkNzBhNTU1N2JjMzk4NTU0Yzg4MGQ0ZTdiN2VjOGVmNDk0NWViMDJmMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6PVP King\",6:\"§7§7Increases PVP damage by\",7:\"§7§a{0}%\",8:\"\",9:\"§6Pork Master\",10:\"§7§7Buffs the Pigman sword by\",11:\"§7§a{1} §c❁ Damage §7and §a{2}\",12:\"§a§c❁ Strength\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Pigman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PIGMAN\\\",\\\"active\\\":false,\\\"exp\\\":1875919.3602048666,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"PIGMAN;3\",uuid:\"d6b307d3-a30e-4abf-91d8-e8eaa0f033e0\",timestamp:\"07/04/20 02:00\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fd837a44-d59d-3c1b-a4ac-6da86b08deb2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjNkOWNiNjUxM2YyMDcyZTVkNGU0MjZkNzBhNTU1N2JjMzk4NTU0Yzg4MGQ0ZTdiN2VjOGVmNDk0NWViMDJmMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Bacon Farmer\",6:\"§7Pig minions work §a{0}%\",7:\"§7faster while on your island\",8:\"\",9:\"§6Pork Master\",10:\"§7§7Buffs the Pigman sword by\",11:\"§7§a{1} §c❁ Damage §7and §a{2}\",12:\"§a§c❁ Strength\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Pigman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PIGMAN\\\",\\\"active\\\":false,\\\"exp\\\":1875919.3602048666,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"PIGMAN;3\",uuid:\"d6b307d3-a30e-4abf-91d8-e8eaa0f033e0\",timestamp:\"07/04/20 02:00\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -9,9 +9,9 @@ "§7Strength: §a{STRENGTH}", "§7Defense: §a{DEFENSE}", "", - "§6PVP King", - "§7§7Increases PVP damage by", - "§7§a{0}%", + "§6Bacon Farmer", + "§7Pig minions work §a{0}%", + "§7faster while on your island", "", "§6Pork Master", "§7§7Buffs the Pigman sword by", @@ -25,7 +25,7 @@ ], "internalname": "PIGMAN;3", "clickcommand": "viewrecipe", - "modver": "REL-1.0.0", + "modver": "1.2-REL", "recipe": { "A1": "ENCHANTED_GRILLED_PORK:1", "A2": "ENCHANTED_GRILLED_PORK:1", |