aboutsummaryrefslogtreecommitdiff
path: root/items/STAR_SENTRY_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
committerjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
commit63769b63076a9951a3089abf519b3e9fff825b13 (patch)
tree2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/STAR_SENTRY_MONSTER.json
parentbbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff)
downloadNotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip
Nether stuff and mob recipes
Diffstat (limited to 'items/STAR_SENTRY_MONSTER.json')
-rw-r--r--items/STAR_SENTRY_MONSTER.json30
1 files changed, 25 insertions, 5 deletions
diff --git a/items/STAR_SENTRY_MONSTER.json b/items/STAR_SENTRY_MONSTER.json
index 082f7fa2..2bbfe7f7 100644
--- a/items/STAR_SENTRY_MONSTER.json
+++ b/items/STAR_SENTRY_MONSTER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Star Sentry (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e5240153-76df-343b-a524-015376dfd43b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg3YjhmM2NmMWMxMDE0ODgzMjc2ZjIzMDUwMWQ1YWYxMzk3Njk5MDcxYmZhYjFlZTI5NGM4NjE3MjJjYzJmIn19fQ\"}]}},display:{Lore:[0:\"§7The Star Sentry is a mob that spawns near\",1:\"§7fallen star in the Dwarven Mines (random event).\",2:\"§7The Star Sentry takes 1 health per hit.\",3:\"§7Fallen Star Event spawns in one of the \",4:\"§7following locations: Royal Mines, Far Reserve,\",5:\"§7Goblin Burrows, Upper Mines, Rampart's Quarry,\",6:\"§7Great Ice Wall and the Cliffside Veins.\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Starfall\"],Name:\"§9Star Sentry (Monster)\"},ExtraAttributes:{id:\"STAR_SENTRY_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e5240153-76df-343b-a524-015376dfd43b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg3YjhmM2NmMWMxMDE0ODgzMjc2ZjIzMDUwMWQ1YWYxMzk3Njk5MDcxYmZhYjFlZTI5NGM4NjE3MjJjYzJmIn19fQ\"}]}},display:{Lore:[0:\"§7The Star Sentry is a mob that spawns near\",1:\"§7fallen star in the Dwarven Mines (random event).\",2:\"§7The Star Sentry takes 1 health per hit.\",3:\"§7Fallen Star Event spawns in one of the \",4:\"§7following locations: Royal Mines, Far Reserve,\",5:\"§7Goblin Burrows, Upper Mines, Rampart's Quarry,\",6:\"§7Great Ice Wall and the Cliffside Veins.\",7:\"\",8:\"§c❤ Health§8: §c10\"],Name:\"§9Star Sentry (Monster)\"},ExtraAttributes:{id:\"STAR_SENTRY_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Star Sentry is a mob that spawns near",
@@ -12,16 +12,36 @@
"§7Goblin Burrows, Upper Mines, Rampart's Quarry,",
"§7Great Ice Wall and the Cliffside Veins.",
"",
- "§6§lPossible Drops:",
- "§9Starfall"
+ "§c❤ Health§8: §c10"
],
"internalname": "STAR_SENTRY_MONSTER",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Star_Sentry",
"https://wiki.hypixel.net/Star_Sentry"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "name": "§cStar Sentry",
+ "coins": 100,
+ "xp": 50,
+ "panorama": "mining_3",
+ "render": "@neurepo:mobs/star_sentry.json",
+ "level": 50,
+ "type": "drops",
+ "drops": [
+ {
+ "id": "MITHRIL_ORE:5",
+ "chance": "100%"
+ },
+ {
+ "id": "STARFALL",
+ "chance": "20%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file