aboutsummaryrefslogtreecommitdiff
path: root/items/GEMSTONE_CHAMBER.json
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-01-07 15:29:52 +1100
committerGitHub <noreply@github.com>2022-01-07 15:29:52 +1100
commit5383db9abb463998c992f3bdab8f8cf1706335ab (patch)
tree620fa321f99f85aba5d5c3112f045469d3e806f1 /items/GEMSTONE_CHAMBER.json
parentf9f1620e318db8389f90bd38a09211333ee4948c (diff)
downloadNotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.gz
NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.bz2
NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.zip
Stuff that only works on the dangerous rel (#676)
Co-authored-by: jani270 <jani270@gmx.de> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items/GEMSTONE_CHAMBER.json')
-rw-r--r--items/GEMSTONE_CHAMBER.json28
1 files changed, 17 insertions, 11 deletions
diff --git a/items/GEMSTONE_CHAMBER.json b/items/GEMSTONE_CHAMBER.json
index 0ca3806f..3922379a 100644
--- a/items/GEMSTONE_CHAMBER.json
+++ b/items/GEMSTONE_CHAMBER.json
@@ -1,28 +1,34 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Gemstone Chamber",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"558648c0-4dda-371c-87d8-f983a7bc58ca\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI4MDk4ODlkYTM2YWRmNTYxODU4MWJiZjdiNjZkMmQ4ODM5ZTJlYjcyNTRjMzMzMmU0ZjNhMjMwZmEifX19\"}]}},display:{Lore:[0:\"§7Used in the §dGemstone Grinder\",1:\"§d§7to unlock §dGemstone §7slots\",2:\"§7for §6Divan Armor§7.\",3:\"\",4:\"§5§lEPIC\",5:\"\",6:\"§eItems Required\",7:\"§aWorm Membrane §7x100\",8:\"§9Gemstone Mixture §7x1\",9:\"§625,000 Coins\",10:\"\",11:\"§7Duration: §b4h\"],Name:\"§5Gemstone Chamber\"},ExtraAttributes:{id:\"GEMSTONE_CHAMBER\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"558648c0-4dda-371c-87d8-f983a7bc58ca\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI4MDk4ODlkYTM2YWRmNTYxODU4MWJiZjdiNjZkMmQ4ODM5ZTJlYjcyNTRjMzMzMmU0ZjNhMjMwZmEifX19\"}]}},display:{Lore:[0:\"§7Used in the §dGemstone Grinder\",1:\"§d§7to unlock §dGemstone §7slots\",2:\"§7for §6Divan Armor§7.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Gemstone Chamber\"},ExtraAttributes:{id:\"GEMSTONE_CHAMBER\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§7Used in the §dGemstone Grinder",
"§d§7to unlock §dGemstone §7slots",
"§7for §6Divan Armor§7.",
"",
- "§5§lEPIC",
- "",
- "§eItems Required",
- "§aWorm Membrane §7x100",
- "§9Gemstone Mixture §7x1",
- "§625,000 Coins",
- "",
- "§7Duration: §b4h"
+ "§5§lEPIC"
],
"internalname": "GEMSTONE_CHAMBER",
"crafttext": "",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Gemstone_Chamber"
+ ],
+ "recipes": [
+ {
+ "type": "forge",
+ "inputs": [
+ "WORM_MEMBRANE:100",
+ "GEMSTONE_MIXTURE:1",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "count": 1,
+ "overrideOutputId": "GEMSTONE_CHAMBER",
+ "duration": 14400
+ }
]
} \ No newline at end of file