aboutsummaryrefslogtreecommitdiff
path: root/items/TARANTULA_BROODFATHER_1_BOSS.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_BROODFATHER_1_BOSS.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_BROODFATHER_1_BOSS.json')
-rw-r--r--items/TARANTULA_BROODFATHER_1_BOSS.json32
1 files changed, 22 insertions, 10 deletions
diff --git a/items/TARANTULA_BROODFATHER_1_BOSS.json b/items/TARANTULA_BROODFATHER_1_BOSS.json
index 8fbd60a8..6ec86d71 100644
--- a/items/TARANTULA_BROODFATHER_1_BOSS.json
+++ b/items/TARANTULA_BROODFATHER_1_BOSS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Tarantula Broodfather I (Boss)",
- "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c750❤\",3:\"§7Damage: §c35 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\",8:\"\",9:\"§7Reward: §d5 Spider Slayer XP\",10:\"§8+ Possible Drops:\",11:\"§aTarantula Web §a(1x-3x) §8(§2Guaranteed 100%§8)\"],Name:\"§6Tarantula Broodfather I (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_1_BOSS\"}}",
+ "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c750❤\",3:\"§7Damage: §c35 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\"],Name:\"§6Tarantula Broodfather I (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_1_BOSS\"}}",
"damage": 3,
"lore": [
"§8Beginner",
@@ -11,19 +11,31 @@
"",
"§eCombat Jump",
"§7The spider will often attempt to",
- "§7jump behind you.",
- "",
- "§7Reward: §d5 Spider Slayer XP",
- "§8+ Possible Drops:",
- "§aTarantula Web §a(1x-3x) §8(§2Guaranteed 100%§8)"
+ "§7jump behind you."
],
"internalname": "TARANTULA_BROODFATHER_1_BOSS",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Tarantula_Broodfather",
"https://wiki.hypixel.net/Tarantula_Broodfather"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "xp": 5,
+ "name": "§6Tarantula Broodfather I",
+ "panorama": "combat_1",
+ "render": "Spider",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "TARANTULA_WEB",
+ "extra": ["x1-3"],
+ "chance": "100%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file