summaryrefslogtreecommitdiff
path: root/moreblocks/crafting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'moreblocks/crafting.lua')
-rw-r--r--moreblocks/crafting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/moreblocks/crafting.lua b/moreblocks/crafting.lua
index 88862b7..8741c53 100644
--- a/moreblocks/crafting.lua
+++ b/moreblocks/crafting.lua
@@ -454,7 +454,7 @@ minetest.register_craft({
}
})
-if minetest.setting_getbool("moreblocks.circular_saw_crafting") ~= false then -- “If nil or true then”
+if minetest.settings:get_bool("moreblocks.circular_saw_crafting") ~= false then -- “If nil or true then”
minetest.register_craft({
output = "moreblocks:circular_saw",
recipe = {