mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
pressure plates
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
"workbench": "",
|
||||
"ingredients": [[2, 1, "item@basegame:112", 1, "$ROCK", 1, "item@basegame:113"]] /* 1 copper ingot, 1 rock, 1 iron */
|
||||
},
|
||||
"item@basegame:58": { /* signal pressure plate */
|
||||
"workbench": "",
|
||||
"ingredients": [[1, 1, "item@basegame:112", 1, "$ROCK", 1, "item@basegame:113"]] /* 1 copper ingot, 1 rock, 1 iron */
|
||||
},
|
||||
"item@basegame:1048576": { /* wooden bucket */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 3, "$WOOD"]] /* 3 planks */
|
||||
|
||||
@@ -56,6 +56,7 @@ id;classname;tags
|
||||
55;net.torvald.terrarum.modulebasegame.gameitems.ItemGlowOrb;LIGHT,THROWABLE
|
||||
56;net.torvald.terrarum.modulebasegame.gameitems.ItemClayBrick;
|
||||
57;net.torvald.terrarum.modulebasegame.gameitems.ItemLogicSignalPushbutton;FIXTURE,SIGNAL
|
||||
58;net.torvald.terrarum.modulebasegame.gameitems.ItemLogicSignalPressurePlate;FIXTURE,SIGNAL
|
||||
|
||||
|
||||
|
||||
|
||||
|
Binary file not shown.
@@ -50,6 +50,8 @@
|
||||
"ITEM_LOGIC_SIGNAL_EMITTER": "Logic Signal Emitter",
|
||||
"ITEM_LOGIC_SIGNAL_LATCH": "Logic Signal Latch",
|
||||
"ITEM_LOGIC_SIGNAL_NUMERIC_DISPLAY": "Logic Signal Numeric Display",
|
||||
"ITEM_LOGIC_SIGNAL_PRESSURE_PLATE": "Logic Signal Pressure Plate",
|
||||
"ITEM_LOGIC_SIGNAL_PUSHBUTTON": "Logic Signal Push-Button",
|
||||
"ITEM_LOGIC_SIGNAL_REPEATER": "Logic Signal Repeater",
|
||||
"ITEM_LOGIC_SIGNAL_SWITCH": "Logic Signal Switch",
|
||||
"ITEM_LOGS_BIRCH": "Birch Logs",
|
||||
|
||||
BIN
assets/mods/basegame/sprites/fixtures/signal_pressure_plate.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/signal_pressure_plate.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/sprites/fixtures/signal_pressure_plate_emsv.tga
LFS
Normal file
BIN
assets/mods/basegame/sprites/fixtures/signal_pressure_plate_emsv.tga
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user