1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

fix eating of sunflower bread

This commit is contained in:
tenplus1
2021-11-08 08:05:12 +00:00
parent f8533c415b
commit b84374bfa5
3 changed files with 4 additions and 8 deletions

View File

@ -84,11 +84,6 @@ minetest.register_craftitem("farming:sunflower_bread", {
groups = {food_bread = 1, flammable = 2}
})
minetest.register_craftitem("farming:sunflower_bread", {
description = S("Sunflower Bread"),
inventory_image = "farming_sunflower_bread.png"
})
minetest.register_craft({
output = "farming:sunflower_bread",
recipe = {{"group:food_sunflower_seeds_toasted", "group:food_bread", "group:food_sunflower_seeds_toasted"}}