diff options
Diffstat (limited to 'items/ROCK;0.json')
-rw-r--r-- | items/ROCK;0.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/ROCK;0.json b/items/ROCK;0.json index 17c1d3af..0a6de6f0 100644 --- a/items/ROCK;0.json +++ b/items/ROCK;0.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1] §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: §a0\",3:\"§7Defense: §a+2\",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 1] §fRock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"ROCK;0\",uuid:\"831a69ee-b625-40a3-932e-5d10ba58c63e\",timestamp:\"7/12/20 10:59 PM\"},AttributeModifiers:[]}", + "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.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"ROCK;0\",uuid:\"831a69ee-b625-40a3-932e-5d10ba58c63e\",timestamp:\"7/12/20 10:59 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", "", - "§7True Defense: §a0", - "§7Defense: §a+2", + "§7True Defense: §a{TRUE_DEFENSE}", + "§7Defense: §a{DEFENSE}", "", "§6Ridable", "§7§7Right-click your summoned pet", @@ -25,6 +25,6 @@ "internalname": "ROCK;0", "crafttext": "", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "" }
\ No newline at end of file |