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/MAGMA_CUBE_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/MAGMA_CUBE_BOSS.json')
-rw-r--r-- | items/MAGMA_CUBE_BOSS.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/MAGMA_CUBE_BOSS.json b/items/MAGMA_CUBE_BOSS.json index ed0babbd..46b962ff 100644 --- a/items/MAGMA_CUBE_BOSS.json +++ b/items/MAGMA_CUBE_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Magma Cube (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Magma Chamberm within the Blazing Volcano.\",3:\"\",4:\"§c❤ Health§8: §c200,000,000\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Magma Chamberm within the Blazing Volcano.\",3:\"\",4:\"§c❤ Health§8: §c200,000,000\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}", "damage": 3, "lore": [ "§7The Magma Cube Boss (or just simply called the", @@ -93,4 +93,4 @@ ] } ] -}
\ No newline at end of file +} |