Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored Dec 20, 2023
1 parent c5e2bd5 commit 01fc89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01fc89d

Please sign in to comment.