mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 12:46:02 +02:00
Use group:stick in recipes (fixes #2306)
This commit is contained in:
@ -781,8 +781,8 @@ function doors.register_fencegate(name, def)
|
||||
minetest.register_craft({
|
||||
output = name .. "_closed",
|
||||
recipe = {
|
||||
{"default:stick", def.material, "default:stick"},
|
||||
{"default:stick", def.material, "default:stick"}
|
||||
{"group:stick", def.material, "group:stick"},
|
||||
{"group:stick", def.material, "group:stick"}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user