Skip to content

Commit

Permalink
Tune prop distances
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jan 6, 2024
1 parent da3252e commit a9e0270
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ public void placePropsWithExclusion() {
3f, 7f);
propPlacer.placeProps(cliffRockMask.getFinalMask(), biome.propMaterials().getRocks(), .6f, 2.5f);
propPlacer.placeProps(fieldStoneMask.getFinalMask().subtract(noProps),
biome.propMaterials().getRocks(), .6f, 2.5f);
biome.propMaterials().getRocks(), .5f, 2.5f);
propPlacer.placeProps(fieldBoulderMask.getFinalMask().subtract(noProps),
biome.propMaterials().getBoulders(), 5f, 10f);
biome.propMaterials().getBoulders(), 15f);
});
}

Expand Down

0 comments on commit a9e0270

Please sign in to comment.