mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 23:03:16 -04:00
changed flour recipe
This commit is contained in:
parent
4335fdbee1
commit
410079596a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ minetest.register_craftitem("farming:bread", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "farming:flour",
|
output = "farming:flour",
|
||||||
recipe = {"farming:wheat", "farming:wheat", "farming:wheat", "farming:wheat"}
|
recipe = {"farming:wheat", "farming:wheat", "farming:wheat"}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Add table
Reference in a new issue