From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/BEACON_2.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'items/BEACON_2.json') diff --git a/items/BEACON_2.json b/items/BEACON_2.json index b957f0e5..ff7bddef 100644 --- a/items/BEACON_2.json +++ b/items/BEACON_2.json @@ -1,21 +1,19 @@ { "itemid": "minecraft:beacon", "displayname": "§9Beacon II", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 2§c.\",12:\"§9§lRARE\"],Name:\"§9Beacon II\"},ExtraAttributes:{id:\"BEACON_2\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Tier: §bII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the island\",5:\"§7owners when powered by §dPower\",6:\"§dCrystals §7obtained from the forge in\",7:\"§7the §2Dwarven Mines§7.\",8:\"\",9:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 2§c.\",10:\"§9§lRARE\"],Name:\"§9Beacon II\"},ExtraAttributes:{id:\"BEACON_2\"}}", "damage": 0, "lore": [ "§7Tier: §bII", "", "§7Can be placed on your private island.", "", - "§7Grants special buffs to the", - "§7island owners when powered by", - "§7§dPower Crystals §7obtained from", - "§7the forge in the §2Dwarven", - "§2Mines§7", + "§7Grants special buffs to the island", + "§7owners when powered by §dPower", + "§dCrystals §7obtained from the forge in", + "§7the §2Dwarven Mines§7.", "", - "§4❣ §cRequires §5Heart of the", - "§5Mountain Tier 2§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 2§c.", "§9§lRARE" ], "internalname": "BEACON_2", -- cgit