mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-11-05 01:40:40 +01:00
fix recipe
This commit is contained in:
parent
086e794be2
commit
a2b9d8f4ef
4
corn.lua
4
corn.lua
|
@ -45,6 +45,10 @@ minetest.register_craft({
|
|||
{"group:food_mortar_pestle", "group:food_corn_cooked", "group:food_baking_tray"},
|
||||
{"", "group:food_bowl", ""},
|
||||
},
|
||||
replacements = {
|
||||
{"farming:mortar_pestle", "farming:mortar_pestle"},
|
||||
{"farming:baking_tray", "farming:baking_tray"},
|
||||
}
|
||||
})
|
||||
|
||||
-- ethanol (thanks to JKMurray for this idea)
|
||||
|
|
Loading…
Reference in New Issue
Block a user