diff options
author | Levi-r <58507475+Levi-r@users.noreply.github.com> | 2020-09-15 15:52:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 15:52:07 -0400 |
commit | a299e6cca1a2fd0e4159d16d0d15969bc1fd0154 (patch) | |
tree | d2ae84e9ace55e8b22c5d68a4193f8479da8b86f | |
parent | 582154f4bf73a0fdf9950baeee4f748028ee6903 (diff) | |
parent | 7a391fbb2bd67f5fbb145603d483c65e6ea5d5ef (diff) | |
download | NotEnoughUpdates-REPO-a299e6cca1a2fd0e4159d16d0d15969bc1fd0154.tar.gz NotEnoughUpdates-REPO-a299e6cca1a2fd0e4159d16d0d15969bc1fd0154.tar.bz2 NotEnoughUpdates-REPO-a299e6cca1a2fd0e4159d16d0d15969bc1fd0154.zip |
Merge pull request #3 from Levi-r/Levi-r-infquiver-feather-falling
infinite quiver and feather falling 6
-rw-r--r-- | items/FEATHER_FALLING;6.json | 20 | ||||
-rw-r--r-- | items/INFINITE_QUIVER;6.json | 18 |
2 files changed, 38 insertions, 0 deletions
diff --git a/items/FEATHER_FALLING;6.json b/items/FEATHER_FALLING;6.json new file mode 100644 index 00000000..d42e81e3 --- /dev/null +++ b/items/FEATHER_FALLING;6.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Feather Falling VI\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a6§7 and reduces fall damage by\",4:\"§7§a30%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{feather_falling:6}}}", + "damage": 0, + "lore": [ + "§9Feather Falling VI", + "§7Increases how high you can fall", + "§7before taking fall damage by", + "§7§a6§7 and reduces fall damage by", + "§7§a30%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "FEATHER_FALLING;6", + "modver": "1.0.0" +} diff --git a/items/INFINITE_QUIVER;6.json b/items/INFINITE_QUIVER;6.json new file mode 100644 index 00000000..01e1b312 --- /dev/null +++ b/items/INFINITE_QUIVER;6.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver VI\",1:\"§7Saves arrows §a60%§7 of the time\",2:\"§7when you fire your bow.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{infinite_quiver:6}}}", + "damage": 0, + "lore": [ + "§9Infinite Quiver VI", + "§7Saves arrows §a60%§7 of the time", + "§7when you fire your bow.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "INFINITE_QUIVER;6", + "modver": "1.0.0" +} |