fix a typo in fill
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m11s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m11s
This commit is contained in:
parent
e8b9346aec
commit
b7f4b97df6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class Fill extends Feature {
|
||||||
public int iterations = 1;
|
public int iterations = 1;
|
||||||
|
|
||||||
@Config("Range offset")
|
@Config("Range offset")
|
||||||
@Description("§l!! ADVANCED§rHow far out of minecraft's normal reach a block can be to be until it will be considered actually unreachable")
|
@Description("§l!! ADVANCED\n§rHow far out of minecraft's normal reach a block can be to be until it will be considered actually unreachable")
|
||||||
@Range("-4..4@0.25")
|
@Range("-4..4@0.25")
|
||||||
public float range = 0;
|
public float range = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue