[Fix] Vertical Attribute was not set for biomes

This commit is contained in:
Frank 2023-05-23 22:47:01 +02:00
parent cc9c4e3c93
commit e3037d84bf

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;
}