mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 23:26:07 +09:00
wire rolling mill
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
[1, 20, "$ROCK", 10, "item@basegame:25", 10, "item@basegame:113"] /* 1 smelter = 20 rocks, 10 clay balls, 10 iron ingots */
|
||||
]
|
||||
},
|
||||
"item@basegame:36": { /* wire rolling mill */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 1, "$WOOD", 1, "$ROCK", 5, "item@basegame:113"] /* 1 plank, 2 stone, 5 iron ingot */
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:256": { /* oak door */
|
||||
"workbench": "basiccrafting",
|
||||
|
||||
@@ -34,6 +34,7 @@ id;classname;tags
|
||||
33;net.torvald.terrarum.modulebasegame.gameitems.ItemTorch;FIXTURE,LIGHT
|
||||
34;net.torvald.terrarum.modulebasegame.gameitems.ItemSignalSwitchManual;FIXTURE,SIGNAL
|
||||
35;net.torvald.terrarum.modulebasegame.gameitems.ItemSignalBulb;FIXTURE,SIGNAL
|
||||
36;net.torvald.terrarum.modulebasegame.gameitems.ItemWireRollingMill;FIXTURE,CRAFTING
|
||||
|
||||
# ingots
|
||||
26;net.torvald.terrarum.modulebasegame.gameitems.IngotSteel;INGOT
|
||||
|
||||
|
@@ -72,6 +72,7 @@
|
||||
"ITEM_TYPEWRITER": "Typewriter",
|
||||
"ITEM_WIRE": "Wire",
|
||||
"ITEM_WIRE_CUTTER": "Wire Cutter",
|
||||
"ITEM_WIRE_ROLLING_MILL": "Wire Rolling Mill",
|
||||
"ITEM_WOOD_STICK": "Stick",
|
||||
"ITEM_WOODEN_MALLET": "Wooden Mallet",
|
||||
"ITEM_WORKBENCH": "Workbench",
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
"ITEM_TYPEWRITER": "타자기",
|
||||
"ITEM_WIRE": "전선",
|
||||
"ITEM_WIRE_CUTTER": "전선 절단기",
|
||||
"ITEM_WIRE_ROLLING_MILL": "선재 압연기",
|
||||
"ITEM_WOOD_STICK": "막대기",
|
||||
"ITEM_WOODEN_MALLET": "나무 망치",
|
||||
"ITEM_WORKBENCH": "작업대",
|
||||
|
||||
Binary file not shown.
BIN
assets/mods/basegame/sprites/fixtures/wire_rolling_mill.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/wire_rolling_mill.tga
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user