mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
some crafting recipes
This commit is contained in:
32
assets/mods/basegame/crafting/blocks_to_blocks.json
Normal file
32
assets/mods/basegame/crafting/blocks_to_blocks.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"basegame:160": { /* stone platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "$ROCK"]
|
||||
]
|
||||
},
|
||||
"basegame:161": { /* wooden platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:48"]
|
||||
]
|
||||
},
|
||||
"basegame:162": { /* ebony platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:49"]
|
||||
]
|
||||
},
|
||||
"basegame:163": { /* birch platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:50"]
|
||||
]
|
||||
},
|
||||
"basegame:164": { /* rosewood platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:51"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user