diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-30 12:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 06:30:04 -0400 |
commit | 25c10733446916c439ce6f0e8a4b534fab3ea995 (patch) | |
tree | e71eca1dc61a6c62a12d00f7e4658abb13f3cf8f /items/GOBLIN_MONSTER.json | |
parent | d3d8a844b68fdfa55fc5d62cd2255cd886a0eb40 (diff) | |
download | NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.tar.gz NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.tar.bz2 NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.zip |
Added Skins (Hypixel likes Money), changed Mobs to Heads, fixed a few things and added a Item (#448)
Diffstat (limited to 'items/GOBLIN_MONSTER.json')
-rw-r--r-- | items/GOBLIN_MONSTER.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/GOBLIN_MONSTER.json b/items/GOBLIN_MONSTER.json index 4faf600a..33bc467e 100644 --- a/items/GOBLIN_MONSTER.json +++ b/items/GOBLIN_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "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.\",3:\"\",4:\"§c❤ Health§8: §c800\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§9Rare Loot\",8:\"§8 ■ §9Goblin Helmet §8(§a0.3%§8)\",9:\"§8 ■ §9Goblin Chestplate §8(§a0.3%§8)\",10:\"§8 ■ §9Goblin Leggings §8(§a0.3%§8)\",11:\"§8 ■ §9Goblin Boots §8(§a0.3%§8)\",12:\"§8 ■ §9Goblin Egg §8(§a1%§8)\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}", - "damage": 54, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c7d07db-4911-31f1-9a19-1589899cfe25\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZiOTcyZTMyZDc2MWIxOTI2MjZlNWQ2ZDAxZWRjMDk0OTQwOTEwMTAzY2VhNWUyZTJkMWYyMzFhZGI3NTVkNSJ9fX0\"}]}},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.\",3:\"\",4:\"§c❤ Health§8: §c800\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§9Rare Loot\",8:\"§8 ■ §9Goblin Helmet §8(§a0.3%§8)\",9:\"§8 ■ §9Goblin Chestplate §8(§a0.3%§8)\",10:\"§8 ■ §9Goblin Leggings §8(§a0.3%§8)\",11:\"§8 ■ §9Goblin Boots §8(§a0.3%§8)\",12:\"§8 ■ §9Goblin Egg §8(§a1%§8)\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}", + "damage": 3, "lore": [ "§7Goblins are mobs that spawn in the Goblin Burrows", "§7area of the Dwarven Mines. They can also spawn", @@ -25,6 +25,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblins" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file |