fixed conditional require

This commit is contained in:
PreLeyZero 2022-05-05 22:04:03 +02:00
parent 6ee2fbac40
commit ae297c4e8b
4 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
if settings.startup['overhaul_mode'].value == true then
if settings.startup['overhaul_mode'].value then
-- indent ignored
local function add_to_recipe(recipe, item, item_amount)