1
0
鏡像自 https://github.com/mt-mods/moretrees.git 已同步 2025-09-18 12:40:34 +02:00

Use new setting functions

此提交包含在:
Hybrid Dog
2017-06-18 12:25:20 +02:00
父節點 1c0e3c7215
當前提交 ba2cd3d9b8

查看文件

@@ -51,7 +51,8 @@ end
-- infinite stacks checking
if minetest.get_modpath("unified_inventory") or not minetest.setting_getbool("creative_mode") then
if minetest.get_modpath"unified_inventory"
or not minetest.settings:get_bool"creative_mode" then
moretrees.expect_infinite_stacks = false
else
moretrees.expect_infinite_stacks = true