Skip to content

Commit

Permalink
Redwood Forest fix missed fallen logs.
Browse files Browse the repository at this point in the history
- Finish the job fixing tree types in Redwood Forests
  • Loading branch information
gniftygnome committed May 25, 2023
1 parent fd6a4ea commit ba5476a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public static void populate(FabricDynamicRegistryProvider.Entries entries) {

entries.add(DENSE_FALLEN_HEMLOCK_LOGS, placeTreeFeature(entries, 4, ON_DIRT, TerrestriaConfiguredFeatures.FALLEN_HEMLOCK_LOG));

entries.add(DENSE_FALLEN_REDWOOD_LOGS, placeTreeFeature(entries, 4, ON_DIRT, TerrestriaConfiguredFeatures.FALLEN_HEMLOCK_LOG));
entries.add(DENSE_FALLEN_REDWOOD_LOGS, placeTreeFeature(entries, 4, ON_DIRT, TerrestriaConfiguredFeatures.FALLEN_REDWOOD_LOG));

entries.add(SPARSE_SMALL_HEMLOCK_TREES, placeTreeFeature(entries, 1, ON_DIRT, TerrestriaConfiguredFeatures.SMALL_HEMLOCK_TREE));

Expand Down

0 comments on commit ba5476a

Please sign in to comment.