wire rolling mill

This commit is contained in:
minjaesong
2024-03-02 02:42:31 +09:00
parent 01b5569169
commit ea1702ace4
11 changed files with 74 additions and 29 deletions

View File

@@ -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",

View File

@@ -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
1 id classname tags
34 34 net.torvald.terrarum.modulebasegame.gameitems.ItemSignalSwitchManual FIXTURE,SIGNAL
35 35 net.torvald.terrarum.modulebasegame.gameitems.ItemSignalBulb FIXTURE,SIGNAL
36 # ingots 36 net.torvald.terrarum.modulebasegame.gameitems.ItemWireRollingMill FIXTURE,CRAFTING
37 # ingots
38 26 net.torvald.terrarum.modulebasegame.gameitems.IngotSteel INGOT
39 112 net.torvald.terrarum.modulebasegame.gameitems.IngotCopper INGOT
40 113 net.torvald.terrarum.modulebasegame.gameitems.IngotIron INGOT

View File

@@ -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",

View File

@@ -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.