Use group:stick in recipes (fixes #2306)
This commit is contained in:
parent
8b5e0a914b
commit
dd3f3b2032
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue