mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-11 19:17:34 +01:00
Fix boat recipe
This commit is contained in:
parent
8a88dbc0bc
commit
ab8c79e020
@ -169,8 +169,8 @@ minetest.register_craft({
|
|||||||
output = "boat:boat",
|
output = "boat:boat",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"", "", ""},
|
{"", "", ""},
|
||||||
{"", "", ""},
|
{"default:wood", "", "default:wood"},
|
||||||
{"default:wood", "", ""},
|
{"default:wood", "default:wood", "default:wood"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user