GIT
/
REPO
/
FRED-BOY
Projects
/
cavedroid.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d97227
)
Add chest craft
author
fredboy <fredboy@protonmail.com>
Fri, 10 May 2024 17:06:18 +0000
(
00:06
+0700)
committer
fredboy <fredboy@protonmail.com>
Fri, 10 May 2024 17:06:18 +0000
(
00:06
+0700)
android/assets/json/crafting.json
patch
|
blob
|
history
diff --git
a/android/assets/json/crafting.json
b/android/assets/json/crafting.json
index 837a977e0bb7b56cbb7cd3ab26ed0b1d099bf77a..6404dd6d6b7bb79acd57c977f2d4c5cde1c537fd 100644
(file)
--- a/
android/assets/json/crafting.json
+++ b/
android/assets/json/crafting.json
@@
-100,5
+100,8
@@
},
"furnace": {
"input": ["cobblestone", "cobblestone", "cobblestone", "cobblestone", "none", "cobblestone", "cobblestone", "cobblestone", "cobblestone"]
+ },
+ "chest": {
+ "input": ["planks_.*", "planks_.*", "planks_.*", "planks_.*", "none", "planks_.*", "planks_.*", "planks_.*", "planks_.*"]
}
}
\ No newline at end of file
DEADSOFTWARE 2012-2025