aboutsummaryrefslogtreecommitdiff
path: root/items/TARANTULA_VERMIN_MINIBOSS.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/TARANTULA_VERMIN_MINIBOSS.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/TARANTULA_VERMIN_MINIBOSS.json')
-rw-r--r--items/TARANTULA_VERMIN_MINIBOSS.json25
1 files changed, 21 insertions, 4 deletions
diff --git a/items/TARANTULA_VERMIN_MINIBOSS.json b/items/TARANTULA_VERMIN_MINIBOSS.json
index 51c1415e..d17ce5c2 100644
--- a/items/TARANTULA_VERMIN_MINIBOSS.json
+++ b/items/TARANTULA_VERMIN_MINIBOSS.json
@@ -1,20 +1,37 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Tarantula Vermin (Miniboss)",
- "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ=\"}]}},display:{Lore:[0:\"§7Tarantula Vermin is a Slayer Miniboss. It spawns\",1:\"§7rarely when a player is doing the Tarantula \",2:\"§7Broodfather Tier III quest and they kill a Spider.\"],Name:\"§5Tarantula Vermin (Miniboss)\"},ExtraAttributes:{id:\"TARANTULA_VERMIN_MINIBOSS\"}}",
+ "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ=\"}]}},display:{Lore:[0:\"§7Tarantula Vermin is a Slayer Miniboss. It spawns\",1:\"§7rarely when a player is doing the Tarantula \",2:\"§7Broodfather Tier III quest and they kill a Spider.\",3:\"\",4:\"§c❤ Health§8: §c54,000\"],Name:\"§5Tarantula Vermin (Miniboss)\"},ExtraAttributes:{id:\"TARANTULA_VERMIN_MINIBOSS\"}}",
"damage": 3,
"lore": [
"§7Tarantula Vermin is a Slayer Miniboss. It spawns",
"§7rarely when a player is doing the Tarantula ",
- "§7Broodfather Tier III quest and they kill a Spider."
+ "§7Broodfather Tier III quest and they kill a Spider.",
+ "",
+ "§c❤ Health§8: §c54,000"
],
"internalname": "TARANTULA_VERMIN_MINIBOSS",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Tarantula_Vermin",
"https://wiki.hypixel.net/Tarantula_Vermin"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "name": "§cTarantula Vermin",
+ "render": "Spider",
+ "level": 120,
+ "type": "drops",
+ "panorama": "combat_1",
+ "drops": [
+ {
+ "id": "TARANTULA_WEB",
+ "chance": "100%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file