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/SHARP_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/SHARP_SHARK_TOOTH_NECKLACE.json')
-rw-r--r-- | items/SHARP_SHARK_TOOTH_NECKLACE.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/SHARP_SHARK_TOOTH_NECKLACE.json b/items/SHARP_SHARK_TOOTH_NECKLACE.json new file mode 100644 index 00000000..b3d83099 --- /dev/null +++ b/items/SHARP_SHARK_TOOTH_NECKLACE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Sharp Shark Tooth Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"66b68c3e-cbab-34af-a5c9-29ac401f3eb8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODI1Mjg3MDIwNywKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIyOGUzZmI2YmQ5ODg3ZDYwNDM0Y2NkMjc5ZWMzZTU5MjI3ODI2YzlhMmY4ZGQ5Y2U5ODk5ZWE2NjgzZDRlZTgiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+8\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§5§lEPIC ACCESSORY\"],Name:\"§5Sharp Shark Tooth Necklace\"},ExtraAttributes:{id:\"SHARP_SHARK_TOOTH_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+8", + "", + "§7§8This item can be reforged!", + "§5§lEPIC ACCESSORY" + ], + "recipe": { + "A1": "", + "A2": "TIGER_SHARK_TOOTH:1", + "A3": "", + "B1": "TIGER_SHARK_TOOTH:1", + "B2": "HONED_SHARK_TOOTH_NECKLACE:1", + "B3": "TIGER_SHARK_TOOTH:1", + "C1": "", + "C2": "TIGER_SHARK_TOOTH:1", + "C3": "" + }, + "internalname": "SHARP_SHARK_TOOTH_NECKLACE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |