[Fix] Vertical Attribute was not set for biomes

This commit is contained in:
Frank 2023-05-23 22:47:01 +02:00
parent 645d2f6a81
commit c702db7bbf

View file

@ -861,7 +861,7 @@ public class BCLBiomeBuilder {
* @return same {@link BCLBiomeBuilder} instance.
*/
public BCLBiomeBuilder vertical() {
this.vertical = vertical;
this.vertical = true;
return this;
}