diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
commit | 228ec7960d0319d8018c24ee14a92ea235c5e68c (patch) | |
tree | a093c8cf587d8854ddeed454cf72ede9b747e3dc /items/RAGGEDY_SHARK_TOOTH_NECKLACE.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
download | NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.gz NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.bz2 NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.zip |
vanilla stuff & new items
Diffstat (limited to 'items/RAGGEDY_SHARK_TOOTH_NECKLACE.json')
-rw-r--r-- | items/RAGGEDY_SHARK_TOOTH_NECKLACE.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json b/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json new file mode 100644 index 00000000..05df7658 --- /dev/null +++ b/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json @@ -0,0 +1,26 @@ +{ + "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" + ], + "recipe": { + "A1": "SHARK_FIN:1", + "A2": "SHARK_FIN:1", + "A3": "SHARK_FIN:1", + "B1": "SHARK_FIN:1", + "B2": "NURSE_SHARK_TOOTH:1", + "B3": "SHARK_FIN:1", + "C1": "SHARK_FIN:1", + "C2": "SHARK_FIN:1", + "C3": "SHARK_FIN:1" + }, + "internalname": "RAGGEDY_SHARK_TOOTH_NECKLACE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |