1
0
mirror of https://github.com/rubenwardy/food_sweet.git synced 2025-02-03 13:50:29 +01:00

Merge branch 'master' of git://github.com/rubenwardy/food_sweet

This commit is contained in:
= 2018-03-21 00:17:22 +01:00
commit a77f57a8c1

View File

@ -38,8 +38,8 @@ if farming and farming.mod == "redo" then
food.support("blueberry", "farming:blueberries")
end
if minetest.setting_get("food_sweet_use_2d")==nil then
minetest.setting_set("food_sweet_use_2d", "1")
if minetest.settings:get("food_sweet_use_2d")==nil then
minetest.settings:set("food_sweet_use_2d", "1")
end
food.module("walnut",function()