Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Starexify committed Jan 25, 2025
1 parent 80ce52c commit c1aeccc
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ public class HGConfiguredFeatures {
public static final ResourceKey<ConfiguredFeature<?, ?>> HEXBISCUS = registerKey("hexbiscus");

public static void bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) {
FeatureUtils.register(
context, HEXBISCUS,
FeatureUtils.register(context, HEXBISCUS,
Feature.FLOWER,
new RandomPatchConfiguration(
4, 2, 2, PlacementUtils.onlyWhenEmpty(Feature.SIMPLE_BLOCK, new SimpleBlockConfiguration(BlockStateProvider.simple(HGBlocks.HEXBISCUS.get())))
new RandomPatchConfiguration(4, 2, 2,
PlacementUtils.onlyWhenEmpty(Feature.SIMPLE_BLOCK, new SimpleBlockConfiguration(BlockStateProvider.simple(HGBlocks.HEXBISCUS.get())))
));
}

Expand Down

0 comments on commit c1aeccc

Please sign in to comment.