diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/BEACON_3.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/BEACON_3.json')
-rw-r--r-- | items/BEACON_3.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/items/BEACON_3.json b/items/BEACON_3.json index 2af501f3..566a5fad 100644 --- a/items/BEACON_3.json +++ b/items/BEACON_3.json @@ -1,21 +1,19 @@ { "itemid": "minecraft:beacon", "displayname": "§5Beacon III", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bIII\",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 3§c.\",12:\"§5§lEPIC\"],Name:\"§5Beacon III\"},ExtraAttributes:{id:\"BEACON_3\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Tier: §bIII\",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 3§c.\",10:\"§5§lEPIC\"],Name:\"§5Beacon III\"},ExtraAttributes:{id:\"BEACON_3\"}}", "damage": 0, "lore": [ "§7Tier: §bIII", "", "§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 3§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 3§c.", "§5§lEPIC" ], "internalname": "BEACON_3", |