fix orsond rock brain moment
This commit is contained in:
parent
727694fdd5
commit
b187d86074
@ -756,7 +756,7 @@ public final class Settings {
|
|||||||
* Start building the schematic at a specific layer.
|
* Start building the schematic at a specific layer.
|
||||||
* Can help on larger builds when schematic wants to break things its already built
|
* Can help on larger builds when schematic wants to break things its already built
|
||||||
*/
|
*/
|
||||||
public final Setting<Integer> startAtLayer = new Setting<>(1);
|
public final Setting<Integer> startAtLayer = new Setting<>(0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How far to move before repeating the build. 0 to disable repeating on a certain axis, 0,0,0 to disable entirely
|
* How far to move before repeating the build. 0 to disable repeating on a certain axis, 0,0,0 to disable entirely
|
||||||
|
Loading…
Reference in New Issue
Block a user