remove raw_ores item override

This commit is contained in:
cora 2022-04-26 01:55:38 +02:00 committed by Gitea
parent 1b99de73d2
commit dc40ed18b3
1 changed files with 0 additions and 10 deletions

View File

@ -21,10 +21,6 @@ local function register_raw_ore(description, n)
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
})
minetest.override_item("mcl_core:stone_with_"..ore, {
drop = raw_ingot,
_mcl_fortune_drop = mcl_core.fortune_drop_ore,
})
minetest.register_craft({
output = raw_ingot.."_block",
recipe = {
@ -48,9 +44,3 @@ local function register_raw_ore(description, n)
end
register_raw_ore("Iron", "n")
register_raw_ore("Gold")