diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-13 11:02:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 21:02:24 +1100 |
commit | 76709c07406646bb2da7b10abbafef7d9be71709 (patch) | |
tree | e63f07e71b8ddae1cad60ddde5e1180fbc2e06cb /items/SUNDER;1.json | |
parent | fa9bdbf8e35f6d0affae541a5787f411401c5461 (diff) | |
download | NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.tar.gz NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.tar.bz2 NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.zip |
Fixed legion and farmer boots lore (#906)
Diffstat (limited to 'items/SUNDER;1.json')
-rw-r--r-- | items/SUNDER;1.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/items/SUNDER;1.json b/items/SUNDER;1.json index 08661004..e27e693a 100644 --- a/items/SUNDER;1.json +++ b/items/SUNDER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sunder I\",1:\"§7Grants §a+12.5 §6☘ Farming\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple crops.\",4:\"\",5:\"§7Can be applied to Axes.\",6:\"\",7:\"§7§7Apply Cost: §35 Exp Levels\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§f§lCOMMON\",13:\"\",14:\"§7Cost\",15:\"§c10 Copper\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SUNDER;1\",enchantments:{sunder:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sunder I\",1:\"§7Grants §a+12.5 §6☘ Farming\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple crops.\",4:\"\",5:\"§7Can be applied to Axes.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7SkyMart\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fAxe\",15:\"\",16:\"§f§lCOMMON\",17:\"\",18:\"§7Cost\",19:\"§c10 Copper\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SUNDER;1\",enchantments:{sunder:1}}}", "damage": 0, "lore": [ "§9Sunder I", @@ -14,6 +14,12 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI-V: §7SkyMart", + "", + "§6Applied To:", + "§7- §fAxe", + "", "§f§lCOMMON", "", "§7Cost", @@ -22,6 +28,6 @@ "internalname": "SUNDER;1", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "" }
\ No newline at end of file |