diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-10 13:36:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 22:36:00 +1100 |
commit | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (patch) | |
tree | e131d7e12d15fa092f17c96531d9e61f11a2280f /items/PRISTINE;1.json | |
parent | a76c7bcf23c261fed9dc175b0ed943664ed8aa98 (diff) | |
download | NotEnoughUpdates-REPO-c02c2d3e9d856aed9a5d118da8f3839897cf68c3.tar.gz NotEnoughUpdates-REPO-c02c2d3e9d856aed9a5d118da8f3839897cf68c3.tar.bz2 NotEnoughUpdates-REPO-c02c2d3e9d856aed9a5d118da8f3839897cf68c3.zip |
Fixed Bank 1-4 enchantment (#839)
Diffstat (limited to 'items/PRISTINE;1.json')
-rw-r--r-- | items/PRISTINE;1.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/items/PRISTINE;1.json b/items/PRISTINE;1.json index eaee6a9a..c57fea14 100644 --- a/items/PRISTINE;1.json +++ b/items/PRISTINE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pristine I\",1:\"§7Grants §5+1 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"PRISTINE;1\",enchantments:{pristine:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pristine I\",1:\"§7Grants §5+1 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Gemstone Collection,\",11:\"§7Bazaar\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"PRISTINE;1\",enchantments:{pristine:1}}}", "damage": 0, "lore": [ "§9Pristine I", @@ -13,6 +13,10 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI-V: §7Gemstone Collection,", + "§7Bazaar", + "", "§6Applied To:", "§7- §fPickaxe", "§7- §fDrill", |