mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 16:46:07 +09:00
working crafting workbench
This commit is contained in:
@@ -13,25 +13,25 @@
|
||||
},
|
||||
|
||||
"item@basegame:256": {
|
||||
"workbench": "",
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:48"]
|
||||
]
|
||||
},
|
||||
"item@basegame:257": {
|
||||
"workbench": "",
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:49"]
|
||||
]
|
||||
},
|
||||
"item@basegame:258": {
|
||||
"workbench": "",
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:50"]
|
||||
]
|
||||
},
|
||||
"item@basegame:259": {
|
||||
"workbench": "",
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:51"]
|
||||
]
|
||||
|
||||
@@ -13,6 +13,7 @@ id;classname
|
||||
12;net.torvald.terrarum.modulebasegame.gameitems.SledgehammerCopper
|
||||
13;net.torvald.terrarum.modulebasegame.gameitems.SledgehammerSteel
|
||||
|
||||
16;net.torvald.terrarum.modulebasegame.gameitems.ItemWorkbench
|
||||
|
||||
256;net.torvald.terrarum.modulebasegame.gameitems.ItemSwingingDoorOak
|
||||
257;net.torvald.terrarum.modulebasegame.gameitems.ItemSwingingDoorEbony
|
||||
|
||||
|
Reference in New Issue
Block a user