From f7ada52665fec28d5bda53716dd567460400de65 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 12 Sep 2020 14:59:34 -0400 Subject: Mayor Stuff Ik it isn't comlpeate, also theese are just the items, I am in the middle of adding recipies --- items/RAGGEDY_SHARK_TOOTH_NECKLACE.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/RAGGEDY_SHARK_TOOTH_NECKLACE.json (limited to 'items/RAGGEDY_SHARK_TOOTH_NECKLACE.json') diff --git a/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json b/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json new file mode 100644 index 00000000..e454415d --- /dev/null +++ b/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fRaggedy Shark Tooth Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4ae228d4-ccc4-3cfc-b10f-0b112ad0dc38\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODI1Mjc5NTMyNCwKICAicHJvZmlsZUlkIiA6ICI5ZDQyNWFiOGFmZjg0MGU1OWM3NzUzZjc5Mjg5YjMyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb21wa2luNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDc3MzA5ZGRlYmJkYzI3OGVlMjc3MmQ5MmZhNDkwNWRkODUwYzVmMjEzYTc3ZmZhZWQ1YTY3ZWVjYjIzOTg0YSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+2\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON ACCESSORY\"],Name:\"§fRaggedy Shark Tooth Necklace\"},ExtraAttributes:{id:\"RAGGEDY_SHARK_TOOTH_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+2", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "RAGGEDY_SHARK_TOOTH_NECKLACE", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "infoType": "" +} \ No newline at end of file -- cgit