Hi,
I'm trying to use ore generation to add a new ore in my game but I followed a tutorial which is made in 1.16 and I think lot of changes happened now. I'm stuck at the registrying of the block at this line :
ORE_LIMESTONE_FEATURE = register("ore_limestone", Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.BASE.STONE.OVERWORLD, ModBlocks.LIMESTONE_BLOCK.get().getDefaultState(), 6))
.square(),
..........)
"withConfiguration" seems to be removed and OreFeatureFeatureConfing don't exist.
If you can help me to resolve this line It will be perfect !
Thanks !