mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
actual crafting recipes
This commit is contained in:
32
assets/mods/basegame/crafting/blocks.json
Normal file
32
assets/mods/basegame/crafting/blocks.json
Normal 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"]
|
||||
]
|
||||
}
|
||||
}
|
||||
39
assets/mods/basegame/crafting/items.json
Normal file
39
assets/mods/basegame/crafting/items.json
Normal 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"]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user