actual crafting recipes

This commit is contained in:
minjaesong
2023-09-10 22:22:55 +09:00
parent 5f0e6135e7
commit a40f044cb3
3 changed files with 71 additions and 22 deletions

View File

@@ -0,0 +1,32 @@
{
"basegame:160": {
"workbench": "",
"ingredients": [
[4, 2, "$ROCK"]
]
},
"basegame:161": {
"workbench": "",
"ingredients": [
[4, 2, "basegame:48"]
]
},
"basegame:162": {
"workbench": "",
"ingredients": [
[4, 2, "basegame:49"]
]
},
"basegame:163": {
"workbench": "",
"ingredients": [
[4, 2, "basegame:50"]
]
},
"basegame:164": {
"workbench": "",
"ingredients": [
[4, 2, "basegame:51"]
]
}
}

View File

@@ -0,0 +1,39 @@
{
"item@basegame:5": {
"workbench": "",
"ingredients": [
[1, 3, "$WOOD", 1, "basegame:176"]
]
},
"item@basegame:5": {
"workbench": "",
"ingredients": [
[1, 3, "$WOOD", 1, "basegame:192"]
]
},
"item@basegame:256": {
"workbench": "",
"ingredients": [
[1, 4, "basegame:48"]
]
},
"item@basegame:257": {
"workbench": "",
"ingredients": [
[1, 4, "basegame:49"]
]
},
"item@basegame:258": {
"workbench": "",
"ingredients": [
[1, 4, "basegame:50"]
]
},
"item@basegame:259": {
"workbench": "",
"ingredients": [
[1, 4, "basegame:51"]
]
}
}

View File

@@ -1,22 +0,0 @@
{
"basegame:176": { /* A recipe for Wooden Platform */
"workbench": "", /* Optional workbench TAGS separated by commas (e.g. smelter, saw) */
"ingredients": [ /* Multiple ingredients denotes alternative recipes */
[2, 1, "$WOOD", 5000, "$ROCK"] /* This recipe only requires one Wooden Plank */
]
},
"basegame:176": { /* alternative recipes can be added like this */
"workbench": "SOME_WORKBENCH",
"ingredients": [
[5, 5000, "basegame:161"]
]
},
"basegame:161": {
"workbench": "",
"ingredients": [
[4, 1, "$WOOD", 2, "$ROCK"]
]
}
}