1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§6Magma Cube (Boss)",
"nbttag": "{ench:[],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 Blazing Fortress.\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}",
"damage": 62,
"lore": [
"§7The Magma Cube Boss (or just simply called the",
"§7Magma Boss by the community) is a hostile mob",
"§7found in the Blazing Fortress."
],
"internalname": "MAGMA_CUBE_BOSS",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Magma_Cube_Boss"
],
"entityrender": "LavaSlime",
"entityscale": 3
}
|