Don't drop unsoftened ores
This commit is contained in:
parent
e65a99b398
commit
627adce2ee
3
item.lua
3
item.lua
@ -29,7 +29,8 @@ for i = 0, nodecore.hard_stone_strata do
|
||||
sounds = nodecore.sounds("nc_terrain_stony"),
|
||||
drop_in_place = modname .. ((i > 1)
|
||||
and (":ore_" .. (i - 1)) or (i > 0) and ":ore" or ":cobble"),
|
||||
strata = strata
|
||||
strata = strata,
|
||||
silk_touch = (i > 0 and {false} or {})[1]
|
||||
})
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user