From 01fc89df62a7823246c482ead2edad30c8449e67 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 20 Dec 2023 19:10:07 +0100 Subject: [PATCH] Apply suggestions from code review --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 9ff4ab2..6a794f2 100644 --- a/init.lua +++ b/init.lua @@ -95,8 +95,8 @@ end local function add_ore(modname, description, mineral_name, oredef) if mineral_name == "copper" and is_mcl_copper_present then - return - end + return + end local img_base = modname .. "_" .. mineral_name local toolimg_base = modname .. "_tool_"..mineral_name