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/PROSECUTE;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/PROSECUTE;6.json')
-rw-r--r-- | items/PROSECUTE;6.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/PROSECUTE;6.json b/items/PROSECUTE;6.json new file mode 100644 index 00000000..36454d79 --- /dev/null +++ b/items/PROSECUTE;6.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Prosecute VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",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:\"PROSECUTE;6\",enchantments:{PROSECUTE:6},uuid:\"55327f73-fa0d-4fde-9dd0-2fa80954327e\",timestamp:\"12/19/20 2:08 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Prosecute VI", + "§7Increases damage dealt by §a0.6%", + "§a§7for each percent of health", + "§7your target has up to §a35%", + "§a§7damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "PROSECUTE;6", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |