Skip to content

Commit

Permalink
Fixed worldgen in windswept forests
Browse files Browse the repository at this point in the history
  • Loading branch information
supermassimo committed Aug 9, 2023
1 parent d5af8bc commit 255e7a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ curseforge {
relations {
optionalDependency("dynamictreesplus")
optionalDependency("chunk-saving-fix")
optionalDependency("snow-coated")
}
}
}
Expand Down
10 changes: 8 additions & 2 deletions src/main/resources/trees/dynamictrees/world_gen/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,14 @@
"_comment": "Windswept Forests are denser and spawn more trees.",
"select": "minecraft:windswept_forest",
"apply": {
"density": [ 0.7 ],
"chance": 0.6
"species": {
"random": {
"oak": 1,
"spruce": 1
}
},
"density": [ 0.8 ],
"chance": 0.8
}
},
{
Expand Down

0 comments on commit 255e7a2

Please sign in to comment.