mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
new fixture: table
This commit is contained in:
@@ -92,5 +92,30 @@
|
||||
"ingredients": [
|
||||
[1, 4, "item@basegame:144", 14, "$WOOD", 10, "item@basegame:113"] /* 1 turntable = 4 quartz, 14 wood, 10 iron */
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:40": { /* table */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 10, "basegame:48"] /* 10 wood */
|
||||
]
|
||||
},
|
||||
"item@basegame:41": { /* table */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 10, "basegame:49"] /* 10 wood */
|
||||
]
|
||||
},
|
||||
"item@basegame:42": { /* table */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 10, "basegame:50"] /* 10 wood */
|
||||
]
|
||||
},
|
||||
"item@basegame:43": { /* table */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 10, "basegame:51"] /* 10 wood */
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -20,7 +20,7 @@ id;classname;tags
|
||||
19;net.torvald.terrarum.modulebasegame.gameitems.AxeCopper;TOOL,AXE
|
||||
20;net.torvald.terrarum.modulebasegame.gameitems.AxeIron;TOOL,AXE
|
||||
21;net.torvald.terrarum.modulebasegame.gameitems.AxeSteel;TOOL,AXE
|
||||
#22;net.torvald.terrarum.modulebasegame.gameitems.AxeWood;TOOL,AXE
|
||||
22;net.torvald.terrarum.modulebasegame.gameitems.AxeWood;TOOL,AXE
|
||||
23;net.torvald.terrarum.modulebasegame.gameitems.PickaxeStone;TOOL,PICK
|
||||
24;net.torvald.terrarum.modulebasegame.gameitems.AxeStone;TOOL,AXE
|
||||
25;net.torvald.terrarum.modulebasegame.gameitems.ItemClayBall;
|
||||
@@ -38,6 +38,10 @@ id;classname;tags
|
||||
37;net.torvald.terrarum.modulebasegame.gameitems.ItemStorageChestEbony;FIXTURE,STORAGE
|
||||
38;net.torvald.terrarum.modulebasegame.gameitems.ItemStorageChestBirch;FIXTURE,STORAGE
|
||||
39;net.torvald.terrarum.modulebasegame.gameitems.ItemStorageChestRosewood;FIXTURE,STORAGE
|
||||
40;net.torvald.terrarum.modulebasegame.gameitems.ItemTable;FIXTURE,SURFACE
|
||||
41;net.torvald.terrarum.modulebasegame.gameitems.ItemTableEbony;FIXTURE,SURFACE
|
||||
42;net.torvald.terrarum.modulebasegame.gameitems.ItemTableBirch;FIXTURE,SURFACE
|
||||
43;net.torvald.terrarum.modulebasegame.gameitems.ItemTableRosewood;FIXTURE,SURFACE
|
||||
|
||||
# ingots
|
||||
26;net.torvald.terrarum.modulebasegame.gameitems.IngotSteel;INGOT
|
||||
|
||||
|
@@ -34,6 +34,7 @@
|
||||
"TOOLTIP_item@basegame:20": "Cuts trees",
|
||||
"TOOLTIP_item@basegame:21": "Cuts trees",
|
||||
"TOOLTIP_item@basegame:22": "Cuts trees, just barely",
|
||||
/*"TOOLTIP_item@basegame:22": "Perhaps it’s more useful for casting than actually using",*/
|
||||
"TOOLTIP_item@basegame:23": "Breaks rocks",
|
||||
"TOOLTIP_item@basegame:24": "Cuts trees",
|
||||
"TOOLTIP_item@basegame:25": "Finer grains of dirts that gets stronger when burned",
|
||||
|
||||
@@ -67,6 +67,10 @@
|
||||
"ITEM_SLEDGEHAMMER_STEEL": "Steel Sledgehammer",
|
||||
"ITEM_SMELTER_SMALL": "Small Smelter",
|
||||
"ITEM_STORAGE_CHEST": "Storage Chest",
|
||||
"ITEM_TABLE_OAK": "Oak Table",
|
||||
"ITEM_TABLE_EBONY": "Ebony Table",
|
||||
"ITEM_TABLE_BIRCH": "Birch Table",
|
||||
"ITEM_TABLE_ROSEWOOD": "Rosewood Table",
|
||||
"ITEM_TIKI_TORCH": "Tiki Torch",
|
||||
"ITEM_TURNTABLE": "Turntable",
|
||||
"ITEM_TYPEWRITER": "Typewriter",
|
||||
|
||||
@@ -67,6 +67,10 @@
|
||||
"ITEM_SLEDGEHAMMER_STEEL": "강철 해머",
|
||||
"ITEM_SMELTER_SMALL": "소형 고로",
|
||||
"ITEM_STORAGE_CHEST": "보관상자",
|
||||
"ITEM_TABLE_OAK": "나무 탁자",
|
||||
"ITEM_TABLE_EBONY": "흑단 탁자",
|
||||
"ITEM_TABLE_BIRCH": "백단 탁자",
|
||||
"ITEM_TABLE_ROSEWOOD": "자단 탁자",
|
||||
"ITEM_TIKI_TORCH": "티키 토치",
|
||||
"ITEM_TURNTABLE": "전축",
|
||||
"ITEM_TYPEWRITER": "타자기",
|
||||
|
||||
BIN
assets/mods/basegame/sprites/fixtures/table_1.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/table_1.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/sprites/fixtures/table_2.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/table_2.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/sprites/fixtures/table_3.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/table_3.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/sprites/fixtures/table_4.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/table_4.tga
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user