Compare commits

...

1 Commits

Author SHA1 Message Date
e062fdb2d0 Check if carrots and corns are enabled in farming_redo 2020-06-14 15:53:34 +02:00

View File

@ -3,7 +3,7 @@
-- by sys4
--------------------------------------------------------------------------------
local redo = farming.mod and farming.mod == "redo"
local redo = farming.mod and farming.mod == "redo" and farming.carrot and farming.corn
local plus = minetest.get_modpath("farming_plus")
local diet_mod = minetest.get_modpath("diet")