Skip to content

Commit

Permalink
slightly more common litters
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 18, 2025
1 parent 7c0bdce commit 3577992
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"features": [
{
"chance": 0.15,
"chance": 0.175,
"feature": {
"feature": "wilderwild:dark_forest_vegetation_leaf_litter",
"placement": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"features": [
{
"chance": 0.1,
"chance": 0.15,
"feature": {
"feature": "wilderwild:rainforest_trees_leaf_litter",
"placement": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"features": [
{
"chance": 0.1,
"chance": 0.15,
"feature": {
"feature": "wilderwild:trees_birch_and_oak_leaf_litter",
"placement": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"features": [
{
"chance": 0.1,
"chance": 0.15,
"feature": {
"feature": "wilderwild:trees_birch_and_oak_original_leaf_litter",
"placement": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ public static void registerConfiguredFeatures(@NotNull BootstrapContext<Configur
PlacementUtils.inlinePlaced(
TREES_BIRCH_AND_OAK_ORIGINAL_LEAF_LITTER.getHolder()
),
0.1F
0.15F
)
),
PlacementUtils.inlinePlaced(
Expand Down Expand Up @@ -669,7 +669,7 @@ public static void registerConfiguredFeatures(@NotNull BootstrapContext<Configur
PlacementUtils.inlinePlaced(
TREES_BIRCH_AND_OAK_LEAF_LITTER.getHolder()
),
0.1F
0.15F
)
),
PlacementUtils.inlinePlaced(
Expand Down Expand Up @@ -998,7 +998,7 @@ public static void registerConfiguredFeatures(@NotNull BootstrapContext<Configur
PlacementUtils.inlinePlaced(
RAINFOREST_TREES_LEAF_LITTER.getHolder()
),
0.1F
0.15F
)
),
PlacementUtils.inlinePlaced(
Expand Down Expand Up @@ -1116,7 +1116,7 @@ public static void registerConfiguredFeatures(@NotNull BootstrapContext<Configur
PlacementUtils.inlinePlaced(
DARK_FOREST_VEGETATION_LEAF_LITTER.getHolder()
),
0.15F
0.175F
)
),
PlacementUtils.inlinePlaced(
Expand Down

0 comments on commit 3577992

Please sign in to comment.