mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-10-07 14:25:18 +02:00
Add and use the stick group
This commit is contained in:
@@ -158,7 +158,7 @@ minetest.register_craft({
|
||||
output = "screwdriver:screwdriver",
|
||||
recipe = {
|
||||
{"default:steel_ingot"},
|
||||
{"default:stick"}
|
||||
{"group:stick"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user