pushbutton

This commit is contained in:
minjaesong
2024-09-27 00:53:41 +09:00
parent 6e1d3c3bb7
commit 83ad86c818
13 changed files with 115 additions and 7 deletions

View File

@@ -11,6 +11,10 @@
"workbench": "",
"ingredients": [[2, 1, "item@basegame:112", 1, "$ROCK", 1, "$WOOD"]] /* 1 copper ingot, 1 rock, 1 planks */
},
"item@basegame:57": { /* signal pushbutton */
"workbench": "",
"ingredients": [[2, 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 */

View File

@@ -55,6 +55,7 @@ id;classname;tags
54;net.torvald.terrarum.modulebasegame.gameitems.ItemMechanicalTines;FIXTURE,MUSIC,SIGNAL
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
1 id classname tags
55 55 net.torvald.terrarum.modulebasegame.gameitems.ItemGlowOrb LIGHT,THROWABLE
56 56 net.torvald.terrarum.modulebasegame.gameitems.ItemClayBrick
57 # ingots 57 net.torvald.terrarum.modulebasegame.gameitems.ItemLogicSignalPushbutton FIXTURE,SIGNAL
58 # ingots
59 112 net.torvald.terrarum.modulebasegame.gameitems.IngotCopper INGOT
60 113 net.torvald.terrarum.modulebasegame.gameitems.IngotIron INGOT
61 114 net.torvald.terrarum.modulebasegame.gameitems.ItemCoalCoke COMBUSTIBLE

Binary file not shown.

Binary file not shown.