diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/GOBLIN_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/GOBLIN_MONSTER.json')
-rw-r--r-- | items/GOBLIN_MONSTER.json | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/items/GOBLIN_MONSTER.json b/items/GOBLIN_MONSTER.json index 5dbf5b15..4faf600a 100644 --- a/items/GOBLIN_MONSTER.json +++ b/items/GOBLIN_MONSTER.json @@ -1,19 +1,30 @@ -{
- "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"
- }
\ No newline at end of file +{ + "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.\",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, + "lore": [ + "§7Goblins are mobs that spawn in the Goblin Burrows", + "§7area of the Dwarven Mines. They can also spawn", + "§7during goblin raid events.", + "", + "§c❤ Health§8: §c800", + "", + "§6§lPossible Drops:", + "§9Rare Loot", + "§8 ■ §9Goblin Helmet §8(§a0.3%§8)", + "§8 ■ §9Goblin Chestplate §8(§a0.3%§8)", + "§8 ■ §9Goblin Leggings §8(§a0.3%§8)", + "§8 ■ §9Goblin Boots §8(§a0.3%§8)", + "§8 ■ §9Goblin Egg §8(§a1%§8)" + ], + "internalname": "GOBLIN_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblins" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file |