Fix: Config reading

This commit is contained in:
Jolesh 2023-04-25 18:20:30 +02:00
parent 4effcfdc6d
commit 61b2689330

View File

@ -5,7 +5,7 @@ evolve_essence = function(core, layer, result)
local l = layer
local c = core
if minetest.settings:get("crops_essence_crafting_difficult") then
if minetest.settings:get_bool("crops_essence_crafting_difficult") then
minetest.register_craft({
output = result,
recipe = {