diff --git a/patches/Bucket_Game-patched/mods/coderbuild/lapis/init.lua b/patches/Bucket_Game-patched/mods/coderbuild/lapis/init.lua index 4b85719..d3b77a9 100644 --- a/patches/Bucket_Game-patched/mods/coderbuild/lapis/init.lua +++ b/patches/Bucket_Game-patched/mods/coderbuild/lapis/init.lua @@ -1,6 +1,6 @@ screwdriver = screwdriver or {} -if minetest.setting_getbool("enable_round_lapis_columns") then +if minetest.setting_getbool("enable_lapis_mod_columns") then dofile(minetest.get_modpath("lapis").."/columns.lua") end diff --git a/patches/Bucket_Game-patched/mods/coderbuild/lapis/settingtypes.txt b/patches/Bucket_Game-patched/mods/coderbuild/lapis/settingtypes.txt index 38ac7dc..c05a2da 100644 --- a/patches/Bucket_Game-patched/mods/coderbuild/lapis/settingtypes.txt +++ b/patches/Bucket_Game-patched/mods/coderbuild/lapis/settingtypes.txt @@ -1,4 +1,4 @@ #When true, lapis mod's builtin round column nodes and their crafting #recipes are available (castle_masonry comes with its own square #columns which are always enabled). -enable_round_lapis_columns (Round Lapis Columns) bool false +enable_lapis_mod_columns (Lapis Mod's Round Columns) bool false