[Fix] Vertical Attribute was not set for biomes
This commit is contained in:
parent
645d2f6a81
commit
c702db7bbf
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ public class BCLBiomeBuilder {
|
|||
* @return same {@link BCLBiomeBuilder} instance.
|
||||
*/
|
||||
public BCLBiomeBuilder vertical() {
|
||||
this.vertical = vertical;
|
||||
this.vertical = true;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue