Skip to content

Commit

Permalink
Mostly Fixed Biomes without trees.
Browse files Browse the repository at this point in the history
There might be some i missed? ill try and fix whatever reports come in.

Took 26 minutes
  • Loading branch information
Nyfaria committed Mar 4, 2023
1 parent c9ffbd4 commit 502e4db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modName=DynamicTreesBOP
modId=dtbop
modVersion=3.0.0-Beta2
modVersion=3.0.0-Beta3
group=therealeststu.dtbop

mcVersion=1.18.2
Expand Down
33 changes: 13 additions & 20 deletions src/main/resources/trees/dtbop/world_gen/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
{
"select": { "name": "biomesoplenty:rainforest_cliffs" },
"select": { "name": "biomesoplenty:rocky_rainforest" },
"apply": {
"species" : {
"random" : {
Expand All @@ -52,7 +52,7 @@
}
},
{
"select": { "name": "biomesoplenty:rainforest_floodplain" },
"select": { "name": "biomesoplenty:floodplain" },
"apply": {
"species" : {
"random" : {
Expand Down Expand Up @@ -87,14 +87,6 @@
"forestness" : 1.0
}
},
{
"select": { "name": "biomesoplenty:alps_foothills" },
"apply": {
"species" : "dtbop:alps_spruce",
"density": 0.8,
"chance": 0.4
}
},
{
"select": { "name": "biomesoplenty:jade_cliffs" },
"apply": {
Expand All @@ -118,7 +110,7 @@
}
},
{
"select": { "name": "biomesoplenty:dense_woodland" },
"select": { "name": "biomesoplenty:old_growth_woodland" },
"apply": {
"density": 1.5,
"chance": 1.0
Expand Down Expand Up @@ -181,7 +173,7 @@
}
},
{
"select": { "name": "biomesoplenty:bamboo_blossom_grove" },
"select": { "name": "biomesoplenty:bamboo_grove" },
"apply": {
"species" : {
"random" : {
Expand Down Expand Up @@ -211,7 +203,7 @@
}
},
{
"select": { "name": "biomesoplenty:grove" },
"select": { "name": "biomesoplenty:mediterranean_forest" },
"apply": {
"species" : {
"random" : {
Expand Down Expand Up @@ -327,10 +319,11 @@
}
},
{
"select": { "name": "biomesoplenty:shrubland_hills" },
"select": { "name": "biomesoplenty:rocky_shrubland" },
"apply": {
"density": 1.0,
"chance": 1.0
"species" : "dtbop:oak_bush",
"density": 0.01,
"chance": 0.1
}
},
{
Expand Down Expand Up @@ -457,7 +450,7 @@
}
},
{
"select": { "name": "biomesoplenty:seasonal_pumpkin_patch" },
"select": { "name": "biomesoplenty:pumpkin_patch" },
"apply": {
"species" : {
"random" : {
Expand Down Expand Up @@ -511,7 +504,7 @@
}
},
{
"select": { "name": "biomesoplenty:.*meadow" },
"select": { "name": "biomesoplenty:.*field" },
"apply": {
"species" : {
"random" : {
Expand All @@ -524,7 +517,7 @@
}
},
{
"select": { "name": "biomesoplenty:meadow_forest" },
"select": { "name": "biomesoplenty:forested_field" },
"apply": {
"species" : {
"random" : {
Expand Down Expand Up @@ -589,7 +582,7 @@
}
},
{
"select": { "name": "biomesoplenty:tall_dead_forest" },
"select": { "name": "biomesoplenty:old_growth_dead_forest" },
"apply": {
"species" : {
"random" : {
Expand Down

0 comments on commit 502e4db

Please sign in to comment.