Allow deepslate copper to be mined with stone pickaxe (#4635)

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4635
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <kno10@noreply.git.minetest.land>
Co-committed-by: kno10 <kno10@noreply.git.minetest.land>
This commit is contained in:
kno10 2024-09-18 10:11:55 +02:00 committed by the-real-herowl
parent eea96867c4
commit 011be754ca

View File

@ -111,7 +111,7 @@ for _, p in pairs(deepslate_ores) do
end end
if copper_mod then 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 end
local redstone_timer = 68.28 local redstone_timer = 68.28