From 7a391fbb2bd67f5fbb145603d483c65e6ea5d5ef Mon Sep 17 00:00:00 2001 From: Levi-r <58507475+Levi-r@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:51:33 -0400 Subject: Add files via upload --- items/FEATHER_FALLING;6.json | 20 ++++++++++++++++++++ items/INFINITE_QUIVER;6.json | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 items/FEATHER_FALLING;6.json create mode 100644 items/INFINITE_QUIVER;6.json (limited to 'items') 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" +} -- cgit