Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
makes wood doors craftable from wood group
  • Loading branch information
jojoa1997 committed Feb 12, 2013
1 parent 0823f16 commit 86cff03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/doors/init.lua
Expand Up @@ -258,9 +258,9 @@ doors:register_door("doors:door_wood", {
minetest.register_craft({
output = "doors:door_wood",
recipe = {
{"default:wood", "default:wood"},
{"default:wood", "default:wood"},
{"default:wood", "default:wood"}
{"group:wood", "group:wood"},
{"group:wood", "group:wood"},
{"group:wood", "group:wood"}
}
})

Expand Down

0 comments on commit 86cff03

Please sign in to comment.