diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2020-12-24 20:46:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 14:46:33 -0500 |
commit | 708e487f47d62a04bbdaf400ac908c13d4dd1eda (patch) | |
tree | 280ed76844225f48f9b9c7174aa9444828585a36 /items/THUNDERBOLT;6.json | |
parent | d4768575718df4e3923d52aad960ac08b7bb3671 (diff) | |
download | NotEnoughUpdates-REPO-708e487f47d62a04bbdaf400ac908c13d4dd1eda.tar.gz NotEnoughUpdates-REPO-708e487f47d62a04bbdaf400ac908c13d4dd1eda.tar.bz2 NotEnoughUpdates-REPO-708e487f47d62a04bbdaf400ac908c13d4dd1eda.zip |
Take 2: Added enchantments and fixed parenting (#340)
* Add files via upload
* Add files via upload
* Add files via upload
* Delete parents.json
* Rename parent.json to parents.json
* Update enchants.json
* Update enchants.json
Diffstat (limited to 'items/THUNDERBOLT;6.json')
-rw-r--r-- | items/THUNDERBOLT;6.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/THUNDERBOLT;6.json b/items/THUNDERBOLT;6.json new file mode 100644 index 00000000..a8e43a36 --- /dev/null +++ b/items/THUNDERBOLT;6.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderbolt VI\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a90%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"THUNDERBOLT;6\",enchantments:{thunderbolt:6},uuid:\"77c42bdd-e3ff-4338-992a-170fd209cd16\",timestamp:\"12/17/20 9:50 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Thunderbolt VI", + "§7Strikes Monsters within 2 blocks", + "§7with lightning every 3", + "§7consecutive hits, dealing §a90%", + "§a§7of your Strength as damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "THUNDERBOLT;6", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |