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/SNEAKY_CREEPER_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/SNEAKY_CREEPER_MONSTER.json')
-rw-r--r-- | items/SNEAKY_CREEPER_MONSTER.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/items/SNEAKY_CREEPER_MONSTER.json b/items/SNEAKY_CREEPER_MONSTER.json index bcf29bfb..aa77d178 100644 --- a/items/SNEAKY_CREEPER_MONSTER.json +++ b/items/SNEAKY_CREEPER_MONSTER.json @@ -1,21 +1,33 @@ { "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\"}}", + "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. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\"],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. " + "§7the player. ", + "", + "§c❤ Health§8: §c120", + "§7Coins per Kill: §63", + "§7Combat XP: §38", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fGunpowder", + "", + "§dRNGesus Loot", + "§8 ■ §5Exp Share Core §8(§a\u003c1%§8)" ], "internalname": "SNEAKY_CREEPER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper" ], - "entityrender": "Creeper" + "entityrender": "Creeper", + "crafttext": "" }
\ No newline at end of file |