Don't drop unsoftened ores
Fixes inconsistencies with high-tier tools in custom mods
This commit is contained in:
parent
7950f62fde
commit
c1d165031c
@ -72,7 +72,8 @@ for i = 1, nodecore.hard_stone_strata do
|
|||||||
lodey = 1,
|
lodey = 1,
|
||||||
cracky = i + 2,
|
cracky = i + 2,
|
||||||
hard_stone = i
|
hard_stone = i
|
||||||
}
|
},
|
||||||
|
silktouch = false,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -77,6 +77,7 @@ for i = 1, nodecore.hard_stone_strata do
|
|||||||
light_source = 1,
|
light_source = 1,
|
||||||
drop_in_place = modname .. ((i > 1)
|
drop_in_place = modname .. ((i > 1)
|
||||||
and (":stone_" .. (i - 1)) or ":stone"),
|
and (":stone_" .. (i - 1)) or ":stone"),
|
||||||
|
silktouch = false,
|
||||||
sounds = nodecore.sounds("nc_terrain_stony")
|
sounds = nodecore.sounds("nc_terrain_stony")
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user