diff options
author | Toni <63642309+Eutrix@users.noreply.github.com> | 2021-08-07 20:07:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 14:07:26 -0400 |
commit | d0ccfaa801812da49ff2255afb921c064c8093fa (patch) | |
tree | e40708c0ff7a57b2aa42b579db37300b7881338f /items | |
parent | 2144cb23a3cc97ed03dda7795221da935fc859e1 (diff) | |
download | NotEnoughUpdates-REPO-d0ccfaa801812da49ff2255afb921c064c8093fa.tar.gz NotEnoughUpdates-REPO-d0ccfaa801812da49ff2255afb921c064c8093fa.tar.bz2 NotEnoughUpdates-REPO-d0ccfaa801812da49ff2255afb921c064c8093fa.zip |
Fix 3rd perk of OCELOT;4.json (#585)
* Fix 3rd perk of OCELOT;4.json
As proposed by pigsty#9905 in #neu-suggestions
https://canary.discord.com/channels/516977525906341928/693600396492537896/873309000471576596
* Updated NBT tag
Diffstat (limited to 'items')
-rw-r--r-- | items/OCELOT;4.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/OCELOT;4.json b/items/OCELOT;4.json index d3c32db6..f977d323 100644 --- a/items/OCELOT;4.json +++ b/items/OCELOT;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Ocelot", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"049e58ac-5c8d-3381-a4bd-e62e0261990c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"\",4:\"§6Foraging Exp Boost\",5:\"§7§7§7Boosts your Foraging exp by\",6:\"§7§a{0}%§7\",7:\"\",8:\"§6Tree Hugger\",9:\"§7§7Foraging minions work §a{1}%\",10:\"§a§7faster while on your island\",11:\"\",12:\"§6Evasion\",13:\"§7§7Gain a §a{2}% §7chance to get exp\",14:\"§7from breaking a log\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Ocelot\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"OCELOT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"OCELOT;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"049e58ac-5c8d-3381-a4bd-e62e0261990c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"\",4:\"§6Foraging Exp Boost\",5:\"§7§7§7Boosts your Foraging exp by\",6:\"§7§a{0}%§7\",7:\"\",8:\"§6Tree Hugger\",9:\"§7§7Foraging minions work §a{1}%\",10:\"§a§7faster while on your island\",11:\"\",12:\"§6Tree Essence\",13:\"§7§7Gain a §a{2}% §7chance to get exp\",14:\"§7from breaking a log\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Ocelot\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"OCELOT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"OCELOT;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", @@ -17,7 +17,7 @@ "§7§7Foraging minions work §a{1}%", "§a§7faster while on your island", "", - "§6Evasion", + "§6Tree Essence", "§7§7Gain a §a{2}% §7chance to get exp", "§7from breaking a log", "", @@ -28,7 +28,7 @@ ], "internalname": "OCELOT;4", "clickcommand": "viewrecipe", - "modver": "1.2-REL", + "modver": "2.0.0-REL", "recipe": { "A1": "ENCHANTED_JUNGLE_LOG:64", "A2": "ENCHANTED_JUNGLE_LOG:64", |