30 mai 2020, 13:47

J’ai finalement trouvé quelque chose(après des heures et des heures de recherche…) :

for(Biome biome : ForgeRegistries.BIOMES)
        {
            biome.addFeature(GenerationStage.Decoration.UNDERGROUND_DECORATION, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, ModBlocks.amethyst_ore.getDefaultState(), 10)).withPlacement(Placement.COUNT_RANGE.configure(new CountRangeConfig(1, 10, 20, 3))));
        }

Le problème est que ça plante dès que je génère une map, quelqu’un pourrait-il m’aider ?