mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
some crafting recipes
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"item@basegame:5": { /* tiki torch */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 3, "$WOOD", 1, "basegame:176"],
|
||||
[1, 3, "$WOOD", 1, "basegame:192"]
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:16": { /* workbench */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 8, "$WOOD"]
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:256": { /* oak door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 6, "basegame:48"]
|
||||
]
|
||||
},
|
||||
"item@basegame:257": { /* ebony door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 6, "basegame:49"]
|
||||
]
|
||||
},
|
||||
"item@basegame:258": { /* birch door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 6, "basegame:50"]
|
||||
]
|
||||
},
|
||||
"item@basegame:259": { /* rosewood door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 6, "basegame:51"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user