You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the maximum length (in any dimension) when calling the Drone.cuboidX (box) method.
3797
+
The default value is 1,000 blocks.
3798
+
3799
+
If you see an error message in the console `Build too big!` It's because the width, height or length paramete was greater than the Drone.MAX_SIDE value.
3800
+
3801
+
#### Drone.MAX_VOLUME
3802
+
3803
+
Specifies the maximum value for any call to Drone.cuboidX (box) method.
3804
+
The default value is 1,000,000 (1 million) blocks.
3805
+
3806
+
If the volume (width X height X length) of any single call to the Drone.cuboidX() method exceeds this value, you will see an error message in the console `Build too big!` .
3807
+
3808
+
The values of both the `Drone.MAX_SiDE` and `Drone.MAX_VOLUME` variables _can_ be overridden but it's not recommended.
3809
+
3794
3810
### Drone.times() Method
3795
3811
3796
3812
The `times()` method makes building multiple copies of buildings
0 commit comments