Use group:wood

Changed the recipe from being default:wood to group:wood
master
Nathan Salapat 2014-10-30 12:42:36 -05:00 committed by BlockMen
parent ea038a0665
commit c42c726a0d
1 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ minetest.register_on_placenode(can_place)
minetest.register_craft({
output = 'gate:fencegate',
recipe = {
{'default:stick', 'default:wood', 'default:stick'},
{'default:stick', 'default:wood', 'default:stick'},
{'default:stick', 'group:wood', 'default:stick'},
{'default:stick', 'group:wood', 'default:stick'},
}
})