fix a typo in fill
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m11s

This commit is contained in:
Daniella / Tove 2024-06-19 20:51:12 +02:00
parent e8b9346aec
commit b7f4b97df6
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -36,7 +36,7 @@ public class Fill extends Feature {
public int iterations = 1;
@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")
public float range = 0;