diff options
author | Linnea Gräf <nea@nea.moe> | 2024-04-26 20:08:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 18:08:27 +0000 |
commit | c863a0f100c9146936bb3eef60316e1b4152b21e (patch) | |
tree | 6d4275f720c009ea87870d5e8bef1fa3e49b8f3f /items/BAL_BOSS.json | |
parent | 48aae132d10873bf631c7c44ee7af5a2d09571a8 (diff) | |
download | NotEnoughUpdates-REPO-c863a0f100c9146936bb3eef60316e1b4152b21e.tar.gz NotEnoughUpdates-REPO-c863a0f100c9146936bb3eef60316e1b4152b21e.tar.bz2 NotEnoughUpdates-REPO-c863a0f100c9146936bb3eef60316e1b4152b21e.zip |
Fix slightly invalid item ids/uuids (#1178)
Diffstat (limited to 'items/BAL_BOSS.json')
-rw-r--r-- | items/BAL_BOSS.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/BAL_BOSS.json b/items/BAL_BOSS.json index 6d04e944..3f4f2a27 100644 --- a/items/BAL_BOSS.json +++ b/items/BAL_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Bal (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Bal is a Boss located within Khazad-dûm\",1:\"§7in the Crystal Hollows. It guards the §eTopaz Crystal.\",2:\"§7It takes §c1 health §7of damage per hit,\",3:\"§7regardless of which weapon is used. At various points\",4:\"§7in the fight Bal will summon Fire Bats and Blazes.\",5:\"\",6:\"§c❤ Health§8: §c200\"],Name:\"§5Bal (Boss)\"},ExtraAttributes:{id:\"BAL_BOSS\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Bal is a Boss located within Khazad-dûm\",1:\"§7in the Crystal Hollows. It guards the §eTopaz Crystal.\",2:\"§7It takes §c1 health §7of damage per hit,\",3:\"§7regardless of which weapon is used. At various points\",4:\"§7in the fight Bal will summon Fire Bats and Blazes.\",5:\"\",6:\"§c❤ Health§8: §c200\"],Name:\"§5Bal (Boss)\"},ExtraAttributes:{id:\"BAL_BOSS\"}}", "damage": 3, "lore": [ "§7The Bal is a Boss located within Khazad-dûm", @@ -52,4 +52,4 @@ ] } ] -}
\ No newline at end of file +} |