Skip to content

Commit

Permalink
Fix boreal forest gen, fixes #94
Browse files Browse the repository at this point in the history
  • Loading branch information
Harleyoc1 committed Jul 19, 2023
1 parent e4e3746 commit 995c7dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/trees/dtbop/world_gen/default.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
[
{
"__comment": "Flag nether as being subterranean.",
"select": { "name": "biomesoplenty:.*", "category": "nether" },
"apply": {
"subterranean": true
}
},

{
"select": { "name": "biomesoplenty:tropics" },
"apply": {
Expand Down Expand Up @@ -418,7 +410,7 @@
"apple_oak" : 1
}
},
"density": 0.5,
"density": 0.9,
"chance": 0.8,
"forestness" : 1.0
}
Expand Down Expand Up @@ -557,5 +549,13 @@
"density": 0.6,
"chance": 0.8
}
},
{
"select": { "name": "biomesoplenty:boreal_forest" },
"apply": {
"species": "dtbop:yellow_autumn",
"density": 0.7,
"chance": 0.6
}
}
]

0 comments on commit 995c7dd

Please sign in to comment.