mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
crafting cost change
This commit is contained in:
@@ -17,25 +17,25 @@
|
||||
"item@basegame:256": { /* oak door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:48"]
|
||||
[1, 6, "basegame:48"]
|
||||
]
|
||||
},
|
||||
"item@basegame:257": { /* ebony door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:49"]
|
||||
[1, 6, "basegame:49"]
|
||||
]
|
||||
},
|
||||
"item@basegame:258": { /* birch door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:50"]
|
||||
[1, 6, "basegame:50"]
|
||||
]
|
||||
},
|
||||
"item@basegame:259": { /* rosewood door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:51"]
|
||||
[1, 6, "basegame:51"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user