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/FIRST_STRIKE;5.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/FIRST_STRIKE;5.json')
-rw-r--r-- | items/FIRST_STRIKE;5.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/FIRST_STRIKE;5.json b/items/FIRST_STRIKE;5.json new file mode 100644 index 00000000..47d69597 --- /dev/null +++ b/items/FIRST_STRIKE;5.json @@ -0,0 +1,23 @@ +{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§f§f§fEnchanted Book",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a125% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{first_strike:5}}}",
+ "damage": 0,
+ "lore": [
+ "§9First Strike V",
+ "§7Increases melee damage dealt by",
+ "§7§a125% §7for the first hit on a",
+ "§7mob.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§f§lCOMMON"
+ ],
+ "internalname": "FIRST_STRIKE;5",
+ "parent": "FIRST_STRIKE;3",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": ""
+}
\ No newline at end of file |