Fix deepslate copper needing iron tool

This commit is contained in:
JoseDouglas26 2024-05-18 18:46:06 -03:00
parent 2d0a006750
commit 252c29cf2e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ for _, p in pairs(deepslate_ores) do
end
if copper_mod then
register_deepslate_ore("Copper", "mcl_copper:raw_copper", "mcl_copper:copper_ingot", 4, 4)
register_deepslate_ore("Copper", "mcl_copper:raw_copper", "mcl_copper:copper_ingot", 3, 4)
end
local redstone_timer = 68.28