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 */