pressure plates

This commit is contained in:
minjaesong
2024-09-27 20:35:08 +09:00
parent f103d9ae0c
commit dbd95cd2a2
10 changed files with 123 additions and 3 deletions

View File

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