From 9c9457e1f50ebdd943695a4cce6b88fa552370f3 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 22 Aug 2018 22:28:28 -0400 Subject: update castles modpack, blox, bobblocks, coloredwood, technic, gloopblocks, homedecor, ilights, led marquee, plasticbox, solidcolor, stained_glass, unified bricks, and unified dyes In most of these, the update is to shift over to the new "old" coloring paradigm in Unified Dyes. See its forum thread for details. --- crafting_bench/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crafting_bench') diff --git a/crafting_bench/init.lua b/crafting_bench/init.lua index bab8d27..b723424 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.settings:get("crafting_bench_crafting_rate") +local crafting_rate = minetest.setting_get("crafting_bench_crafting_rate") if crafting_rate == nil then crafting_rate = 5 end -- cgit v1.2.3