Skip to content

Commit

Permalink
Add missing gradle wrapper. Adjust orchard and cherry blossom worldgen
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ-Owens committed Feb 14, 2022
1 parent 86cd13d commit 507519b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions src/main/resources/trees/dtbop/world_gen/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@
"dtbop:flowering_oak_bush" : 1
}
},
"density": 1.0,
"chance": 0.8,
"density": [ 0.5, 0.25, 0.5 ],
"chance": 1.0,
"forestness" : 1.0
}
},
Expand All @@ -208,7 +208,7 @@
"dtbop:flowering_oak_bush" : 2
}
},
"density": 1.0,
"density": [ 0.8, 0.25, 0.7 ],
"chance": 0.8,
"forestness" : 1.0
}
Expand Down Expand Up @@ -359,8 +359,8 @@
"dtbop:flowering_apple_oak" : 1
}
},
"density": 0.6,
"chance": 0.2
"density": 0.2,
"chance": 0.3
}
},
{
Expand Down Expand Up @@ -694,4 +694,4 @@
"chance": 0.8
}
}
]
]

0 comments on commit 507519b

Please sign in to comment.