Fix boat recipe

This commit is contained in:
Wuzzy 2017-01-04 07:04:47 +01:00
parent 8a88dbc0bc
commit ab8c79e020
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ minetest.register_craft({
output = "boat:boat",
recipe = {
{"", "", ""},
{"", "", ""},
{"default:wood", "", ""},
{"default:wood", "", "default:wood"},
{"default:wood", "default:wood", "default:wood"},
},
})