diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-18 17:16:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 16:16:56 +0000 |
commit | 745b7a3a824447fd00c589e81f55301392f003a5 (patch) | |
tree | 98070e93d9012ff900b2878660135832145e434c /items/ROCK;0.json | |
parent | 3b6457d8a760edd475afc640fd2ac12b2ac4a10f (diff) | |
download | NotEnoughUpdates-REPO-745b7a3a824447fd00c589e81f55301392f003a5.tar.gz NotEnoughUpdates-REPO-745b7a3a824447fd00c589e81f55301392f003a5.tar.bz2 NotEnoughUpdates-REPO-745b7a3a824447fd00c589e81f55301392f003a5.zip |
Fixed a lot of pet lores and cleaned up petnums (#1132)
Diffstat (limited to 'items/ROCK;0.json')
-rw-r--r-- | items/ROCK;0.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/items/ROCK;0.json b/items/ROCK;0.json index 9b6bbce0..81fe95a8 100644 --- a/items/ROCK;0.json +++ b/items/ROCK;0.json @@ -1,24 +1,24 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fRock", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fRock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7True Defense: §a{TRUE_DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet to\",7:\"§7ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to your\",11:\"§7location (15s cooldown).\",12:\"\",13:\"§7§eRight-click to add this pet to your\",14:\"§epet menu!\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fRock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", "", - "§7True Defense: §a{TRUE_DEFENSE}", "§7Defense: §a{DEFENSE}", + "§7True Defense: §a{TRUE_DEFENSE}", "", "§6Ridable", - "§7§7Right-click your summoned pet", - "§7to ride it!", + "§7§7Right-click your summoned pet to", + "§7ride it!", "", "§6Sailing Stone", - "§7§7Sneak to move your rock to", - "§7your location (15s cooldown).", + "§7§7Sneak to move your rock to your", + "§7location (15s cooldown).", "", - "§7§eRight-click to add this pet to", - "§eyour pet menu!", + "§7§eRight-click to add this pet to your", + "§epet menu!", "", "§f§lCOMMON" ], |