From 023d353acb2ce5087b39b30ac16152c0d5b03b78 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:00:04 -0400 Subject: Added Spirit Stone, Fixed Spirit mask link, added epic spirit pet --- items/SPIRIT_DECOY.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/SPIRIT_DECOY.json (limited to 'items/SPIRIT_DECOY.json') diff --git a/items/SPIRIT_DECOY.json b/items/SPIRIT_DECOY.json new file mode 100644 index 00000000..50609da9 --- /dev/null +++ b/items/SPIRIT_DECOY.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Spirit Stone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"988bedb7-b5f6-358d-bfae-a7c6b7f96485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBkNWFiMjFkNjdlZWFkMTYzMzE3YzlhNWRjNTFkNDA5ZDg1ZGYyNTI3NjY3YTQyNGEyYWZmNjczOGI2ZmM5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7As light as a feather, and you\",3:\"§7can almost see through it. Some\",4:\"§7people say looking at it for too\",5:\"§7long can change your\",6:\"§7personality.\",7:\"\",8:\"§7Can be used in a Reforge Anvil\",9:\"§7or with the Dungeon Blacksmith\",10:\"§7to apply the §9Spiritual\",11:\"§9§7reforge to a bow.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aXXIV§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Spirit Stone\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SPIRIT_DECOY\",uuid:\"d9389756-07b5-4e6a-a62a-c267bf05fb39\",timestamp:\"8/1/20 10:07 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7As light as a feather, and you", + "§7can almost see through it. Some", + "§7people say looking at it for too", + "§7long can change your", + "§7personality.", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Spiritual", + "§9§7reforge to a bow.", + "", + "§7Requires §aMining Skill Level", + "§aXXIV§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "SPIRIT_DECOY", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +} \ No newline at end of file -- cgit