diff options
author | Mr.Nightmare <44095205+MrNightmare03@users.noreply.github.com> | 2023-01-17 12:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:56:48 +0100 |
commit | 92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4 (patch) | |
tree | 3df0642d5fd8aaee7770b83c1753895b3f387e2c /items/PUNCH;1.json | |
parent | 9ce054d3023f032b2959b159ecf0ad7bf337d47d (diff) | |
download | NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.gz NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.bz2 NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.zip |
Made enchanted books source more consistent and some small fixes (#886)
Diffstat (limited to 'items/PUNCH;1.json')
-rw-r--r-- | items/PUNCH;1.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/items/PUNCH;1.json b/items/PUNCH;1.json index 0ed07cfb..61d56bdb 100644 --- a/items/PUNCH;1.json +++ b/items/PUNCH;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Punch I\",1:\"§7Increases arrow knockback by\",2:\"§7§a3§7 blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{punch:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Punch I\",1:\"§7Increases arrow knockback by\",2:\"§7§a3§7 blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-II: §7Enchantment Table, \",9:\"§7Slime Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fBow\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PUNCH;1\",enchantments:{punch:1}}}", "damage": 0, "lore": [ "§9Punch I", @@ -11,6 +11,13 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI-II: §7Enchantment Table, ", + "§7Slime Collection", + "", + "§6Applied To:", + "§7- §fBow", + "", "§f§lCOMMON" ], "recipe": { @@ -26,6 +33,7 @@ }, "internalname": "PUNCH;1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Slimeball VI" -} + "modver": "2.1.0-REL", + "crafttext": "Requires: Slimeball VI", + "infoType": "" +}
\ No newline at end of file |