JacobsDevelop Posted March 23, 2021 Posted March 23, 2021 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. Quote
JacobsDevelop Posted March 24, 2021 Author Posted March 24, 2021 (edited) 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, 2021 by JacobsDevelop Quote
JacobsDevelop Posted March 24, 2021 Author Posted March 24, 2021 Ok... I don't need help now. I figured this myself. Quote
QuantumCat Posted March 30, 2021 Posted March 30, 2021 Could you please post what the solution was? Also having trouble with this. Quote
Unpuzzledmind32 Posted June 9, 2022 Posted June 9, 2022 On 3/24/2021 at 7:42 PM, JacobsDevelop said: Ok... I don't need help now. I figured this myself. Expand dude what was the solution I am Also having trouble with this Quote
Recommended Posts
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.