Woods and Mires

Woods and Mires

1M Downloads

FOC with BYG

Juuxel opened this issue ยท 0 comments

commented

See log at #22 (comment).

The fix for this is to invert this ordering:

// https://github.com/Juuxel/WoodsAndMires/issues/14
builder.addOrdering(
GenerationStep.Feature.VEGETAL_DECORATION,
VegetationPlacedFeatures.PATCH_GRASS_FOREST,
VegetationPlacedFeatures.FLOWER_WARM
);

This will obviously conflict with the fix made for #14, but BYG is a much higher-priority mod to support.