From 8d29b5fcef4cfe9716d311035b1a32032aa17015 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 16 Apr 2021 23:51:13 +0200 Subject: Pig - Added thing from the Update and some other Things (#460) * Added Items from the Update and fixed some things, missing is Pig Relic * Constants things, PETNUMS FOR RAT MAYBE WRONG * Rat Pet Fix --- items/SHINY_ORB.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/SHINY_ORB.json (limited to 'items/SHINY_ORB.json') diff --git a/items/SHINY_ORB.json b/items/SHINY_ORB.json new file mode 100644 index 00000000..2505f959 --- /dev/null +++ b/items/SHINY_ORB.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Shiny Orb", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"40685a40-ced3-3026-a6cd-b594e27c2e91\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODJjZGUwNjhlOTlhNGY5OGMzMWY4N2I0Y2MwNmJlMTRiMjI5YWNhNGY3MjgxYTQxNmM3ZTJmNTUzMjIzZGI3NCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Right-click shiny pigs with this\",1:\"§7item.\",2:\"\",3:\"§7Bring the pig back to the orb to\",4:\"§7gain loot.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6Shiny Orb\"},ExtraAttributes:{id:\"SHINY_ORB\"}}", + "damage": 3, + "lore": [ + "§7Right-click shiny pigs with this", + "§7item.", + "", + "§7Bring the pig back to the orb to", + "§7gain loot.", + "", + "§6§lLEGENDARY" + ], + "internalname": "SHINY_ORB", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit