aboutsummaryrefslogtreecommitdiff
path: root/items/EXP_BOTTLE.json
diff options
context:
space:
mode:
authorENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com>2021-08-08 02:06:50 +0800
committerGitHub <noreply@github.com>2021-08-07 14:06:50 -0400
commit2144cb23a3cc97ed03dda7795221da935fc859e1 (patch)
tree83e3cb0a79e839285703c60d63e6b92152963e3d /items/EXP_BOTTLE.json
parent29084cc7ae86b946d62234cb42b5381093a2a20c (diff)
downloadNotEnoughUpdates-REPO-2144cb23a3cc97ed03dda7795221da935fc859e1.tar.gz
NotEnoughUpdates-REPO-2144cb23a3cc97ed03dda7795221da935fc859e1.tar.bz2
NotEnoughUpdates-REPO-2144cb23a3cc97ed03dda7795221da935fc859e1.zip
Add recipes to some more items (#578)
* Update NULL_EDGE.json * Update MUTANT_TARANTULA_MINIBOSS.json * Update PERSONAL_COMPACTOR_7000.json * Update CHESTPLATE_OF_THE_PACK.json * Update HELMET_OF_THE_PACK.json * Update LEGGINGS_OF_THE_PACK.json * Update BOOTS_OF_THE_PACK.json * Update VENOMS_TOUCH.json * Update EXP_BOTTLE.json * Update EXP_BOTTLE.json * Update PERSONAL_COMPACTOR_7000.json * Update VENOMS_TOUCH.json
Diffstat (limited to 'items/EXP_BOTTLE.json')
-rw-r--r--items/EXP_BOTTLE.json21
1 files changed, 16 insertions, 5 deletions
diff --git a/items/EXP_BOTTLE.json b/items/EXP_BOTTLE.json
index 5319996e..c98d0ebb 100644
--- a/items/EXP_BOTTLE.json
+++ b/items/EXP_BOTTLE.json
@@ -6,9 +6,20 @@
"lore": [
"§f§lCOMMON"
],
+ "recipe": {
+ "A1": "",
+ "A2": "INK_SACK-4:1",
+ "A3": "",
+ "B1": "INK_SACK-4:1",
+ "B2": "GLASS_BOTTLE:1",
+ "B3": "INK_SACK-4:1",
+ "C1": "INK_SACK-4:1",
+ "C2": "INK_SACK-4:1",
+ "C3": "INK_SACK-4:1"
+ },
"internalname": "EXP_BOTTLE",
- "modver": "1.3-REL",
- "vanilla": true,
- "clickcommand": "",
- "crafttext": "Requires: Lapis Lazuli II"
-} \ No newline at end of file
+ "crafttext": "Requires: Lapis Lazuli II",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
+ "vanilla": true
+}