1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§9Goblin (Monster)",
"nbttag": "{display:{Lore:[0:\"§7Goblins are mobs that spawn in the Goblin Burrows\",1:\"§7area of the Dwarven Mines. They can also spawn\",2:\"§7during goblin raid events.\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}",
"damage": 54,
"lore": [
"§7Goblins are mobs that spawn in the Goblin Burrows",
"§7area of the Dwarven Mines. They can also spawn",
"§7during goblin raid events."
],
"internalname": "GOBLIN_MONSTER",
"clickcommand": "",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Goblins"
],
"entityrender": "Zombie"
}
|