Fix crafts

This commit is contained in:
Wuzzy 2017-01-16 23:49:09 +01:00
parent 8633ff3aa5
commit b3e595e62e
3 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,7 @@ for w=1, #woods do
local c = craftstuffs[w]
minetest.register_craft({
output = "mcl_boats:boat",
output = "mcl_boats:boat"..woods[w],
recipe = {
{c, "", c},
{c, c, c},