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_5.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'items/BEACON_5.json') diff --git a/items/BEACON_5.json b/items/BEACON_5.json index d52be398..b73b26f2 100644 --- a/items/BEACON_5.json +++ b/items/BEACON_5.json @@ -1,22 +1,20 @@ { "itemid": "minecraft:beacon", - "displayname": "§f§f§5Beacon V", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bV\",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 5§c.\",12:\"§5EPIC\"],Name:\"§f§f§5Beacon V\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"BEACON_5\"},AttributeModifiers:[]}", + "displayname": "§5Beacon V", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Tier: §bV\",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 5§c.\",10:\"§5§lEPIC\"],Name:\"§5Beacon V\"},ExtraAttributes:{id:\"BEACON_5\"}}", "damage": 0, "lore": [ "§7Tier: §bV", "", "§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 5§c.", - "§5EPIC" + "§7§4❣ §cRequires §5Heart of the Mountain Tier 5§c.", + "§5§lEPIC" ], "internalname": "BEACON_5", "crafttext": "", -- cgit