mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix boat recipe
This commit is contained in:
parent
8a88dbc0bc
commit
ab8c79e020
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ minetest.register_craft({
|
|||
output = "boat:boat",
|
||||
recipe = {
|
||||
{"", "", ""},
|
||||
{"", "", ""},
|
||||
{"default:wood", "", ""},
|
||||
{"default:wood", "", "default:wood"},
|
||||
{"default:wood", "default:wood", "default:wood"},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue