Don't drop unsoftened ores

This commit is contained in:
Aaron Suen 2023-04-22 19:42:53 -04:00
parent e65a99b398
commit 627adce2ee

View File

@ -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