1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Add beans to the hunger.lua

found here : https://forum.minetest.net/viewtopic.php?f=11&t=6342&start=250#p177019
This commit is contained in:
Ombridride 2015-05-27 11:32:12 +02:00
parent 8a3b971cdb
commit 47cb17a3c5

View File

@ -277,6 +277,7 @@ if minetest.get_modpath("farming") and farming.mod == "redo" then
overwrite("farming:raspberries", 1)
overwrite("farming:blueberries", 1)
overwrite("farming:muffin_blueberry", 4)
overwrite("farming:beans", 1)
if minetest.get_modpath("vessels") then
overwrite("farming:smoothie_raspberry", 2, "vessels:drinking_glass")
end