Fix crafts
This commit is contained in:
parent
8633ff3aa5
commit
b3e595e62e
3 changed files with 3 additions and 3 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue