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/OCELOT;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/OCELOT;0.json')
-rw-r--r-- | items/OCELOT;0.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/OCELOT;0.json b/items/OCELOT;0.json index 26dc5ca9..8e15f13e 100644 --- a/items/OCELOT;0.json +++ b/items/OCELOT;0.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §fOcelot", - "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+0➡50\",3:\"\",4:\"§6Foraging Exp Boost\",5:\"§7§7§7Boosts your Foraging exp by\",6:\"§7§a0.2%➡20%§7\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl 1➡100] §fOcelot\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"OCELOT\\\",\\\"active\\\":false,\\\"exp\\\":3.0501602614919193E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"OCELOT;0\",uuid:\"3a097b0b-3238-4ed4-87bc-86d6b4147736\",timestamp:\"4/6/20 3:38 PM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §fOcelot", + "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:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fOcelot\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"OCELOT\\\",\\\"active\\\":false,\\\"exp\\\":3.0501602614919193E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"OCELOT;0\",uuid:\"3a097b0b-3238-4ed4-87bc-86d6b4147736\",timestamp:\"4/6/20 3:38 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", "", - "§7Speed: §a+0➡50", + "§7Speed: §a{SPEED}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", - "§7§a0.2%➡20%§7", + "§7§a{0}%§7", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -19,7 +19,7 @@ ], "internalname": "OCELOT;0", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "REL-1.0.0", "recipe": { "A1": "ENCHANTED_JUNGLE_LOG:64", "A2": "ENCHANTED_JUNGLE_LOG:64", |