User Tools

Site Tools


tutorial:features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:features [2020/04/23 18:18] – [Adding a Feature to a Biome] Update feature configuration 2xsaikotutorial:features [2020/04/23 18:53] – [Adding a Feature to a Biome] Update feature configuration 2xsaiko
Line 65: Line 65:
         GenerationStep.Feature.RAW_GENERATION,         GenerationStep.Feature.RAW_GENERATION,
  LAVA_HOLE.configure(new DefaultFeatureConfig())  LAVA_HOLE.configure(new DefaultFeatureConfig())
- .configureDecorator(Decorator.CHANCE_HEIGHTMAPnew ChanceDecoratorConfig(100));+ .createDecoratedFeature(Decorator.CHANCE_HEIGHTMAP.configure(new ChanceDecoratorConfig(100)));
 )); ));
 </code> </code>
tutorial/features.txt · Last modified: 2023/12/18 01:19 by solidblock