forked from VoxeLibre/VoxeLibre
Fix boat recipe
This commit is contained in:
parent
8a88dbc0bc
commit
ab8c79e020
|
@ -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 New Issue