fix donut recipe

This commit is contained in:
TenPlus1 2017-09-21 08:59:24 +01:00
parent 2d5f459d02
commit 4c2965a524
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ minetest.register_craft({
output = "farming:donut 3",
recipe = {
{'', 'farming:wheat', ''},
{'farming:wheat', '', 'farming:wheat'},
{'farming:wheat', 'farming:sugar', 'farming:wheat'},
{'', 'farming:wheat', ''},
}
})