Posted March 23, 20214 yr So... I upgraded project to 1.16.5 everything went well, I have changed those necessary things like changing .group() to .tab(), etc. But I have problem with this one: private static void generateOre(BiomeGenerationSettingsBuilder settings, RuleTest fillerType, BlockState state, int veinSize, int minHeight, int maxHeight, int amount) { settings.withFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(fillerType, state, veinSize)) .withPlacement(Placement.RANGE.configure(new TopSolidRangeConfig(minHeight, 0, maxHeight))) .square().func_242731_b(amount)); } This is whole void, but problems are with .withFeature, .withConfiguration and .configure, and I don't know with what I need to replace it or what.
March 24, 20214 yr Author I tried updating and mod successfully ran but, ores aren't generating. Can somebody help me. As in my main topic, problem is with .withFeature, .withConfiguration and .configure. Don't know what is replacement in 1.16.5. Code below is reverted to it's original state (from 1.16.4) Here's whole Intellij window (code with errors, etc.) Edited March 24, 20214 yr by JacobsDevelop
June 9, 20223 yr On 3/24/2021 at 12:42 PM, JacobsDevelop said: Ok... I don't need help now. I figured this myself. dude what was the solution I am Also having trouble with this
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.