WorldgenEvents.remove(event => {
event.removeOres(props => {
event.removeFeatureById('underground_ores', [
'minecraft:ore_iron_upper',
'minecraft:ore_iron_middle',
'minecraft:ore_iron_small',
])
})
})
I currently have this, but it still leaves these large ore veins with raw ore blocks . How would I remove these as well?