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:
commit
a77f57a8c1
4
init.lua
4
init.lua
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user