diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/SNEAKY_CREEPER_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/SNEAKY_CREEPER_MONSTER.json')
-rw-r--r-- | items/SNEAKY_CREEPER_MONSTER.json | 43 |
1 files changed, 28 insertions, 15 deletions
diff --git a/items/SNEAKY_CREEPER_MONSTER.json b/items/SNEAKY_CREEPER_MONSTER.json index f3809f1d..c6c659d6 100644 --- a/items/SNEAKY_CREEPER_MONSTER.json +++ b/items/SNEAKY_CREEPER_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Sneaky Creeper (Monster)", - "nbttag": "{HideFlags:254,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)\",16:\"§8 ■ §5Nyanza Dye §8(§a0%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}", + "nbttag": "{HideFlags:254,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\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}", "damage": 4, "lore": [ "§7Sneaky Creepers are a type of Creeper that", @@ -10,24 +10,37 @@ "§7however, they are invisible until they approach", "§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)", - "§8 ■ §5Nyanza Dye §8(§a0%§8)" + "§c❤ Health§8: §c120" ], "internalname": "SNEAKY_CREEPER_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper" + "https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper", + "https://wiki.hypixel.net/Sneaky_Creeper" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 3, + "coins": 3, + "xp": 3, + "combat_xp": 8, + "name": "§cSneaky Creeper", + "panorama": "mining_2", + "render": "Creeper", + "type": "drops", + "drops": [ + { + "id": "SULPHUR", + "chance": "100%" + }, + { + "id": "PET_ITEM_EXP_SHARE_DROP", + "chance": "0.01%" + } + ] + } + ] }
\ No newline at end of file |