diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2023-12-17 17:20:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 16:20:26 +0000 |
commit | 990dca8da74e61b12c4460c2966a35bbc15ed85a (patch) | |
tree | 371ff91e79f1421fc555e03f270b95c6b5a96ca6 /items/MANA_VAMPIRE;1.json | |
parent | bba5715fd0681938f27167de2951c053ddcf7d2d (diff) | |
download | NotEnoughUpdates-REPO-990dca8da74e61b12c4460c2966a35bbc15ed85a.tar.gz NotEnoughUpdates-REPO-990dca8da74e61b12c4460c2966a35bbc15ed85a.tar.bz2 NotEnoughUpdates-REPO-990dca8da74e61b12c4460c2966a35bbc15ed85a.zip |
Removed wrong '!' in lore (#1077)
* Update EMBER_BOOTS.json
* Update WITHER_GOGGLES_CELESTIAL.json
* Update MANA_VAMPIRE;1.json
* Update PIRATE_BOMB_FLUX.json
* Update SYNTHETIC_HEART.json
Diffstat (limited to 'items/MANA_VAMPIRE;1.json')
-rw-r--r-- | items/MANA_VAMPIRE;1.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/MANA_VAMPIRE;1.json b/items/MANA_VAMPIRE;1.json index 6f5b3153..7b2f773b 100644 --- a/items/MANA_VAMPIRE;1.json +++ b/items/MANA_VAMPIRE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Mana Vampire I\",1:\"§7Heal for §a0.5% §7of mana used\",2:\"§7near you.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-X: §7Kuudra\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fArmor\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cStrong Mana\",15:\"§7- §cHardened Mana\",16:\"§7- §cFerocious Mana\",17:\"\",18:\"§f§lCOMMON!\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"MANA_VAMPIRE;1\",boss_tier:0,enchantments:{mana_vampire:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Mana Vampire I\",1:\"§7Heal for §a0.5% §7of mana used\",2:\"§7near you.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-X: §7Kuudra\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fArmor\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cStrong Mana\",15:\"§7- §cHardened Mana\",16:\"§7- §cFerocious Mana\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"MANA_VAMPIRE;1\",boss_tier:0,enchantments:{mana_vampire:1}}}", "damage": 0, "lore": [ "§9Mana Vampire I", @@ -22,11 +22,11 @@ "§7- §cHardened Mana", "§7- §cFerocious Mana", "", - "§f§lCOMMON!" + "§f§lCOMMON" ], "internalname": "MANA_VAMPIRE;1", "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", "infoType": "" -}
\ No newline at end of file +} |