forked from thunderdog1138/star_wars
Update 'mods/farming/crops/roti.lua'
This commit is contained in:
parent
add54b4aee
commit
a3ad2f46d9
|
@ -29,7 +29,7 @@ minetest.register_craftitem("farming:roti", {
|
|||
-- flour
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "farming:roti",
|
||||
output = "farming:flour",
|
||||
recipe = {
|
||||
"farming:roti", "farming:roti", "farming:roti",
|
||||
"farming:roti", "farming:mortar_pestle"
|
||||
|
|
Loading…
Reference in New Issue