From 04ecf840a0575069e10655a21d89224086939452 Mon Sep 17 00:00:00 2001 From: SemicolumnDev <73789337+SemicolumnDev@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:52:56 +0300 Subject: Enchanted books and other stuff (#326) * ender slayer 7 * proj prot 6 * name change * proj prot 7 * fire prot 7 * chance 4 * syphon 4 * gingerbread house * wreath * blue elephant * chill fish he is chill * respite 1 respite more like spite im tired * respite 2 is spite 2 * fix ginger house * gingerbread house 3 hope this works * Revert "gingerbread house 3 " This reverts commit 6d32a22916dee67f1961b44c6e75b4697596812a. * Revert "fix ginger house" This reverts commit 9e38cbb6a039bba8ff414b1e1c56629822a0541b. * gingerbread house 2 the sequel this is getting messy * finally fixed i think im dumb if you couldnt tell * respite 3 * penguin minion skin * crit 7 * wrong dir * crit 7 right dir this time * titan killer 6 * titan killer 7 * cleave 6 * blast prot 6 * missing comma * rename * add missing comma * parenting * parents.json --- items/RESPITE;1.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/RESPITE;1.json (limited to 'items/RESPITE;1.json') diff --git a/items/RESPITE;1.json b/items/RESPITE;1.json new file mode 100644 index 00000000..41e05c26 --- /dev/null +++ b/items/RESPITE;1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Respite I\",1:\"§7Increases your natural\",2:\"§7regeneration by §a+5%§7 while\",3:\"§7out of combat.\",4:\"\",5:\"§7§cRequires Enchanting 23 to\",6:\"§capply\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"RESPITE;1\",enchantments:{respite:1},uuid:\"07d4487c-a3b9-4417-9e31-26d1de1faf7c\",timestamp:\"12/13/20 6:43 PM\"}}", + "damage": 0, + "lore": [ + "§9Respite I", + "§7Increases your natural", + "§7regeneration by §a+5%§7 while", + "§7out of combat.", + "", + "§7§cRequires Enchanting 23 to", + "§capply", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "RESPITE;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} -- cgit