Support some more foods
This commit is contained in:
parent
4c40b57e0e
commit
2cd5ac84fb
@ -14,3 +14,4 @@ mtfoods?
|
||||
bushes_classic?
|
||||
mushroom?
|
||||
animals?
|
||||
food?
|
||||
|
@ -53,6 +53,13 @@ end
|
||||
|
||||
set_nourish("default:apple", 2)
|
||||
|
||||
if minetest.get_modpath("food") then
|
||||
set_nourish("food:baked_potato", 5)
|
||||
set_nourish("food:soup_tomato", 3)
|
||||
set_nourish("food:cactus_juice", 1)
|
||||
set_nourish("food:butter", 0.5)
|
||||
end
|
||||
|
||||
if minetest.get_modpath("farming") then
|
||||
set_nourish("farming:bread", 4)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user