[Fix] Wrong method name for terrainAdjustments

This commit is contained in:
Frank 2022-06-25 01:24:22 +02:00
parent f07a651279
commit eb2d25ce11

View file

@ -50,7 +50,7 @@ public class BCLStructureBuilder<S extends Structure> {
return INSTANCE; return INSTANCE;
} }
public BCLStructureBuilder<S> step(TerrainAdjustment value) { public BCLStructureBuilder<S> adjustment(TerrainAdjustment value) {
this.terrainAdjustment = value; this.terrainAdjustment = value;
return this; return this;
} }