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