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/EXECUTE;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/EXECUTE;6.json')
-rw-r--r-- | items/EXECUTE;6.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/EXECUTE;6.json b/items/EXECUTE;6.json new file mode 100644 index 00000000..6f021bcc --- /dev/null +++ b/items/EXECUTE;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Execute VI\",1:\"§7Increases damage dealt by §a1.2%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"EXECUTE;6\",enchantments:{execute:6},uuid:\"124d61f0-6566-431f-a415-439d9e2a4f5d\",timestamp:\"12/19/20 1:45 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Execute VI", + "§7Increases damage dealt by §a1.2%", + "§a§7for each percent of health", + "§7missing on your target.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "EXECUTE;6", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |