diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-16 19:43:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 18:43:15 +0000 |
commit | c8a8e8c5265a603adb426156e8a22f19a1c860cb (patch) | |
tree | 9d08979a9eb4cb4e8c7928a54794e0e8138ecdbb /items/CLAY_BRACELET.json | |
parent | c3f588b90189a4a86ba213b11ee78d35b5472435 (diff) | |
download | NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.gz NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.bz2 NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.zip |
0.19.10 (#1087)
* 0.19.10
* Fixed Corleonite chance
* Added new fallen star stuff
Diffstat (limited to 'items/CLAY_BRACELET.json')
-rw-r--r-- | items/CLAY_BRACELET.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/CLAY_BRACELET.json b/items/CLAY_BRACELET.json new file mode 100644 index 00000000..6fb8145b --- /dev/null +++ b/items/CLAY_BRACELET.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aClay Bracelet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bbe02f31-0264-380e-b122-99aede6cf108\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMzE5NDgwMzAxOCwKICAicHJvZmlsZUlkIiA6ICI1NzgzZWMxNDgxMDI0ZDJmOTk4N2JhNGZhNWNlMmFmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbHVlUGhlbml4NDMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQ4ZTRhNGMyZjc3ZDMzYTQ0MDJmNWUxNzc3ZjkyZTRiM2Y3NzYxZWUxYjE5YjNhOTlhMzBiMDAyYTY1N2FhMSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+3\",1:\"§7Sea Creature Chance: §c+0.5%\",2:\"\",3:\"§6Full Set Bonus: Fisherman Set §7(0/4)\",4:\"§7Receive §a-5% §7damage from Sea\",5:\"§7Creatures.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON BRACELET\"],Name:\"§aClay Bracelet\"},ExtraAttributes:{id:\"CLAY_BRACELET\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+3", + "§7Sea Creature Chance: §c+0.5%", + "", + "§6Full Set Bonus: Fisherman Set §7(0/4)", + "§7Receive §a-5% §7damage from Sea", + "§7Creatures.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON BRACELET" + ], + "recipe": { + "A1": "CLAY:10", + "A2": "ENCHANTED_CLAY_BALL:2", + "A3": "CLAY:10", + "B1": "CLAY:10", + "B2": "", + "B3": "CLAY:10", + "C1": "CLAY:10", + "C2": "ENCHANTED_CLAY_BALL:2", + "C3": "CLAY:10" + }, + "internalname": "CLAY_BRACELET", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Clay V", + "infoType": "" +}
\ No newline at end of file |