Posted October 4, 20214 yr 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 !
October 5, 20214 yr forge use now mojang names, withConfiguration is now called configured. You can use Forge bot on discord to convert class, method and field names
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.