diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-09-13 14:20:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 14:20:43 +1000 |
commit | e2b7d83929a37b67e6530a07b485eb1c22ca8f44 (patch) | |
tree | a196f0648e9621fa2316da7fe15d5ef88f8001fb /items/RAGGEDY_SHARK_TOOTH_NECKLACE.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
parent | 8075d184d6bb0adacc40a5627ebd0e9bf0f34ce2 (diff) | |
download | NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.tar.gz NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.tar.bz2 NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.zip |
Merge pull request #264 from IRONM00N/master
Some mayor Stuff
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 |