mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-26 18:50:20 +01:00
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