mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-29 23:01:00 +02:00
add 'farming_use_utensils' setting, added mayonnaise (thx felfa)
This commit is contained in:
@ -20,9 +20,11 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
local tmp = farming.use_utensils and "farming:cutting_board" or ""
|
||||
|
||||
minetest.register_craft({
|
||||
output = "farming:melon_slice 4",
|
||||
recipe = {{"farming:cutting_board", "farming:melon_8"}},
|
||||
recipe = {{"farming:melon_8", tmp}},
|
||||
replacements = {{"farming:cutting_board", "farming:cutting_board"}}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user