mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
metal working station and recipes
This commit is contained in:
@@ -20,9 +20,15 @@
|
||||
]
|
||||
},
|
||||
"item@basegame:17": { /* basic smelter */
|
||||
"workbench": "",
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 20, "$ROCK", 10, "item@basegame:25"] /* 1 smelter = 20 rocks, 10 clay balls */
|
||||
[1, 40, "$ROCK", 20, "item@basegame:25"] /* 1 smelter = 40 rocks, 20 clay balls */
|
||||
]
|
||||
},
|
||||
"item@basegame:27": { /* metalworking */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 20, "$ROCK", 10, "item@basegame:25", 10, "item@basegame:113"] /* 1 smelter = 20 rocks, 10 clay balls, 10 iron ingots */
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"item@basegame:14": { /* wooden pick */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]]
|
||||
"ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]] /* 6 woods, 2 sticks */
|
||||
},
|
||||
/*"item@basegame:22": {
|
||||
"workbench": "basiccrafting",
|
||||
@@ -18,5 +18,44 @@
|
||||
"item@basegame:24": { /* stone axe */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$ROCK", 2, "item@basegame:18"]]
|
||||
},
|
||||
|
||||
"item@basegame:1": { /* copper pick */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:112", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:2": { /* iron pick */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:113", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:3": { /* steel pick */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:26", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
|
||||
"item@basegame:12": { /* copper sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:112", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:4": { /* iron sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:113", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:13": { /* steel sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:26", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
|
||||
"item@basegame:19": { /* copper sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:112", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:20": { /* iron sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:113", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:21": { /* steel sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:26", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
}
|
||||
}
|
||||
@@ -24,6 +24,8 @@ id;classname
|
||||
23;net.torvald.terrarum.modulebasegame.gameitems.PickaxeStone
|
||||
24;net.torvald.terrarum.modulebasegame.gameitems.AxeStone
|
||||
25;net.torvald.terrarum.modulebasegame.gameitems.ItemClayBall
|
||||
26;net.torvald.terrarum.modulebasegame.gameitems.IngotSteel
|
||||
27;net.torvald.terrarum.modulebasegame.gameitems.ItemMetalworkingStation
|
||||
|
||||
# ingots
|
||||
112;net.torvald.terrarum.modulebasegame.gameitems.IngotCopper
|
||||
|
||||
|
BIN
assets/mods/basegame/sprites/fixtures/metalworking_furnace_and_anvil.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/metalworking_furnace_and_anvil.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/sprites/fixtures/metalworking_furnace_and_anvil_illum.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/metalworking_furnace_and_anvil_illum.tga
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user