Update 'mods/farming/crops/roti.lua'

This commit is contained in:
thunderdog1138 2020-12-09 19:36:34 +00:00
parent add54b4aee
commit a3ad2f46d9
1 changed files with 1 additions and 1 deletions

View File

@ -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"