aboutsummaryrefslogtreecommitdiff
path: root/items/JAX_NPC.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-10-21 14:37:54 +0200
committerGitHub <noreply@github.com>2022-10-21 14:37:54 +0200
commitb69cd86f76d4561271d968c069d22c80becad679 (patch)
tree24fdb2d7170305c76aec4d637ebed3889a1a372a /items/JAX_NPC.json
parent0058b28f8cd70e0211f0244311b9f8d13ecfc18a (diff)
downloadNotEnoughUpdates-REPO-b69cd86f76d4561271d968c069d22c80becad679.tar.gz
NotEnoughUpdates-REPO-b69cd86f76d4561271d968c069d22c80becad679.tar.bz2
NotEnoughUpdates-REPO-b69cd86f76d4561271d968c069d22c80becad679.zip
Fixed a few items (#846)
* Fixed a few items * Added 33 wiki links * Fixed recipe * Fixed Lord Jawbus and added new drops * new attributes * Added parent for crab hats and added jax * Changed uuid's
Diffstat (limited to 'items/JAX_NPC.json')
-rw-r--r--items/JAX_NPC.json108
1 files changed, 108 insertions, 0 deletions
diff --git a/items/JAX_NPC.json b/items/JAX_NPC.json
new file mode 100644
index 00000000..490a850f
--- /dev/null
+++ b/items/JAX_NPC.json
@@ -0,0 +1,108 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Jax (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cd8f4798-7327-281d-aef9-3fb98e73162c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTcyODU3NTQyNiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWRiODUwMzIxNDYxMDZiMTlmMGJlZDA2Y2FhMDNhYjk5OWYwODA3OTY3NjgwNGU2ZTBkZjJmZjFkMjhlMmNiMSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Jax (NPC)\"},ExtraAttributes:{id:\"JAX_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "JAX_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Jax",
+ "https://wiki.hypixel.net/Jax"
+ ],
+ "crafttext": "",
+ "x": 5,
+ "y": 63,
+ "z": -134,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "ARROW_SWAPPER:1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:320"
+ ],
+ "result": "ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "IRON_INGOT:24"
+ ],
+ "result": "REINFORCED_IRON_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GOLD_INGOT:40"
+ ],
+ "result": "GOLD_TIPPED_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "REDSTONE_BLOCK:24"
+ ],
+ "result": "REDSTONE_TIPPED_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "EMERALD_BLOCK:24"
+ ],
+ "result": "EMERALD_TIPPED_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SLIME_BLOCK:24"
+ ],
+ "result": "BOUNCY_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PACKED_ICE:64"
+ ],
+ "result": "ICY_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_SAND:2"
+ ],
+ "result": "ARMORSHRED_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "COAL_BLOCK:24"
+ ],
+ "result": "EXPLOSIVE_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "TARANTULA_WEB:64"
+ ],
+ "result": "GLUE_ARROW:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_CACTUS_GREEN:8"
+ ],
+ "result": "NANSORB_ARROW:64"
+ }
+ ]
+} \ No newline at end of file