Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Make tree spawns somewhat configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-E committed May 1, 2022
1 parent d483ad5 commit 5c5c2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void initialize() {
RUBBER_TREE_PLACEMENT = PlacementUtils.register(
"rubber_tree_placement",
RUBBER_TREE_CONFIGURED_FEATURE,
PlacementUtils.countExtra(0, 0.05f, 1),
PlacementUtils.countExtra(0, 0.01f * MyrtreesConfig.TREE_CHANCE, 1),
InSquarePlacement.spread(),
VegetationPlacements.TREE_THRESHOLD,
PlacementUtils.HEIGHTMAP_OCEAN_FLOOR,
Expand Down

0 comments on commit 5c5c2fd

Please sign in to comment.