diff options
Diffstat (limited to 'items/RABBIT;0.json')
-rw-r--r-- | items/RABBIT;0.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/RABBIT;0.json b/items/RABBIT;0.json index 982f2209..fdac9610 100644 --- a/items/RABBIT;0.json +++ b/items/RABBIT;0.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §fRabbit", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a9a344e6-192c-335f-8d51-5bc1321cb350\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3YmZmYzE5NzJhY2Q3ZjNiNGE4ZjQzYjViNmM3NTM0Njk1YjhmZDYyNjc3ZTAzMDZiMjgzMTU3NGIifX19\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Health: §a+1➡100 HP\",3:\"§7Speed: §a+0➡20\",4:\"\",5:\"§6Happy Feet\",6:\"§7§7Jump potions also give §a+0.3➡30\",7:\"§a§7speed\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl 1➡100] §fRabbit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RABBIT\\\",\\\"active\\\":false,\\\"exp\\\":2.8572783710524146E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"RABBIT;0\",uuid:\"c77193d3-e1ac-40e2-a327-5eb41c53fc37\",timestamp:\"4/7/20 3:36 AM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §fRabbit", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a9a344e6-192c-335f-8d51-5bc1321cb350\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3YmZmYzE5NzJhY2Q3ZjNiNGE4ZjQzYjViNmM3NTM0Njk1YjhmZDYyNjc3ZTAzMDZiMjgzMTU3NGIifX19\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Health: §a{HEALTH} HP\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Happy Feet\",6:\"§7§7Jump potions also give §a+{0}\",7:\"§a§7speed\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fRabbit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RABBIT\\\",\\\"active\\\":false,\\\"exp\\\":2.8572783710524146E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"RABBIT;0\",uuid:\"c77193d3-e1ac-40e2-a327-5eb41c53fc37\",timestamp:\"4/7/20 3:36 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Farming Pet", "", - "§7Health: §a+1➡100 HP", - "§7Speed: §a+0➡20", + "§7Health: §a{HEALTH} HP", + "§7Speed: §a{SPEED}", "", "§6Happy Feet", - "§7§7Jump potions also give §a+0.3➡30", + "§7§7Jump potions also give §a+{0}", "§a§7speed", "", "§7§eRight-click to add this pet to", @@ -20,7 +20,7 @@ ], "internalname": "RABBIT;0", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "REL-1.0.0", "recipe": { "A1": "RABBIT:8", "A2": "RABBIT:8", |