diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 /items/ASPECT_OF_THE_JERRY_SIGNATURE.json | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
Diffstat (limited to 'items/ASPECT_OF_THE_JERRY_SIGNATURE.json')
-rw-r--r-- | items/ASPECT_OF_THE_JERRY_SIGNATURE.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/ASPECT_OF_THE_JERRY_SIGNATURE.json b/items/ASPECT_OF_THE_JERRY_SIGNATURE.json new file mode 100644 index 00000000..57fd7b94 --- /dev/null +++ b/items/ASPECT_OF_THE_JERRY_SIGNATURE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_sword", + "displayname": "§aAspect of the Jerry, Signature Edition", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+2\",1:\"\",2:\"§9Sharpness X\",3:\"§7Increases melee damage dealt by\",4:\"§7§a65%§7.\",5:\"\",6:\"§6Ability: Parley §e§lRIGHT CLICK\",7:\"§7Channel your inner Jerry.\",8:\"§8Cooldown: §a5s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§a§lUNCOMMON SWORD\"],Name:\"§aAspect of the Jerry, Signature Edition\"},ExtraAttributes:{id:\"ASPECT_OF_THE_JERRY_SIGNATURE\",enchantments:{sharpness:10}}}", + "damage": 0, + "lore": [ + "§7Damage: §c+2", + "", + "§9Sharpness X", + "§7Increases melee damage dealt by", + "§7§a65%§7.", + "", + "§6Ability: Parley §e§lRIGHT CLICK", + "§7Channel your inner Jerry.", + "§8Cooldown: §a5s", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON SWORD" + ], + "internalname": "ASPECT_OF_THE_JERRY_SIGNATURE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |