From aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sat, 8 Sep 2018 12:12:15 -0400 Subject: updated castles, coloredwood, digistuff, locks, mesecons, pipeworks, steel, unified dyes, unified mesecons, and worldedit --- crafting_bench/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crafting_bench/init.lua') diff --git a/crafting_bench/init.lua b/crafting_bench/init.lua index b723424..bab8d27 100644 --- a/crafting_bench/init.lua +++ b/crafting_bench/init.lua @@ -11,7 +11,7 @@ if minetest.get_modpath("hopper") and hopper ~= nil and hopper.add_container ~= end -local crafting_rate = minetest.setting_get("crafting_bench_crafting_rate") +local crafting_rate = minetest.settings:get("crafting_bench_crafting_rate") if crafting_rate == nil then crafting_rate = 5 end -- cgit v1.2.3