forked from mtcontrib/farming
fix donut recipe
This commit is contained in:
parent
2d5f459d02
commit
4c2965a524
@ -12,7 +12,7 @@ minetest.register_craft({
|
|||||||
output = "farming:donut 3",
|
output = "farming:donut 3",
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'farming:wheat', ''},
|
{'', 'farming:wheat', ''},
|
||||||
{'farming:wheat', '', 'farming:wheat'},
|
{'farming:wheat', 'farming:sugar', 'farming:wheat'},
|
||||||
{'', 'farming:wheat', ''},
|
{'', 'farming:wheat', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user