diff options
Diffstat (limited to 'items/GOBLIN_MONSTER.json')
-rw-r--r-- | items/GOBLIN_MONSTER.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/GOBLIN_MONSTER.json b/items/GOBLIN_MONSTER.json new file mode 100644 index 00000000..df1981a7 --- /dev/null +++ b/items/GOBLIN_MONSTER.json @@ -0,0 +1,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:\"§7durring 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",
+ "§7durring 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"
+ }
\ No newline at end of file |