added cookie and chocolate

master
Juraj Vajda 2018-10-29 22:34:00 -04:00
parent 57063ee96f
commit 4646355b88
1 changed files with 3 additions and 0 deletions

View File

@ -312,6 +312,9 @@ if minetest.get_modpath("farming_addons") then
overwrite("farming_addons:pumpkin_pie", 6)
-- hog stew
overwrite("farming_addons:hog_stew", 8, "farming_addons:bowl")
-- cocoa
overwrite("farming_addons:cookie", 2)
overwrite("farming_addons:chocolate", 3)
end
if minetest.get_modpath("mtfoods") then