1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§9Sneaky Creeper (Monster)",
"nbttag": "{display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}",
"damage": 50,
"lore": [
"§7Sneaky Creepers are a type of Creeper that",
"§7spawns exclusively in the Gunpowder Mines.",
"§7They have the appearance of a normal creeper -",
"§7however, they are invisible until they approach",
"§7the player. "
],
"internalname": "SNEAKY_CREEPER_MONSTER",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper"
],
"entityrender": "Creeper"
}
|