Sign in to follow this
Followers
0
Unable to install forge 1.16.5
By
Tyrone117, in Support & Bug Reports
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
The add function needs an "Supplier<ConfiguredFeature<?, ?>>" your lambda function is returning a type Ingredient you would need to return an ConfiguredFeature, like so: if (event.getCategory() != Biome.Category.NETHER && event.getCategory() != Biome.Category.THEEND) { event.getGeneration().getFeatures(GenerationStage.Decoration.UNDERGROUND_ORES).add( () -> Feature.ORE.withConfiguration( new OreFeatureConfig(OreFeatureConfig.FillerBlockType.BASE_STONE_OVERWORLD, RegistryHandler.MY_ORE.get().getDefaultState(), 6) ) ); }
-
By diesieben07 · Posted
You could probably write a custom JUnit runner to start up the game and run unit tests in FMLCommonSetupEvent or something (similar to how data generation works). but not sure how feasible this is. -
By diesieben07 · Posted
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Topics
-
Who's Online (See full list)