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/DELICATE;5.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/DELICATE;5.json')
-rw-r--r-- | items/DELICATE;5.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/items/DELICATE;5.json b/items/DELICATE;5.json index b80cea56..ae735ab0 100644 --- a/items/DELICATE;5.json +++ b/items/DELICATE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Delicate V\",1:\"§7Avoids breaking stems and baby\",2:\"§7crops.\",3:\"\",4:\"§e▲ §7Delicate cannot be combined!\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"DELICATE;5\",enchantments:{delicate:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Delicate V\",1:\"§7Avoids breaking stems and baby\",2:\"§7crops.\",3:\"\",4:\"§e▲ §7Delicate cannot be combined!\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Anita\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fHoe\",13:\"§7- §fAxe\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"DELICATE;5\",enchantments:{delicate:5}}}", "damage": 0, "lore": [ "§9Delicate V", @@ -12,11 +12,18 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aV: §7Anita", + "", + "§6Applied To:", + "§7- §fHoe", + "§7- §fAxe", + "", "§a§lUNCOMMON" ], "internalname": "DELICATE;5", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file |