AutoFarm: code formatting

This commit is contained in:
noil 2021-08-25 18:17:04 -04:00
parent b6d8bc74d6
commit 5f9c32b367
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import team.stiff.pomelo.impl.annotated.handler.annotation.Listener;
public final class AutoFarmModule extends Module {
public final Value<Mode> mode = new Value<Mode>("Mode", new String[]{"Mode", "m"}, "The current farming mode.", Mode.HARVEST);
public final Value<Boolean> modeHarvestRClick = new Value<Boolean>("ModeHarvestRClick", new String[]{"HarvestRightClick", "HarvestRClick", "hrc","mhrc"}, "Should we right click instead of breaking when harvesting? (Modpacks)", false);
public final Value<Boolean> modeHarvestRClick = new Value<Boolean>("ModeHarvestRClick", new String[]{"HarvestRightClick", "HarvestRClick", "hrc", "mhrc"}, "Should we right click instead of breaking when harvesting? (Modpacks)", false);
public final Value<Float> range = new Value<Float>("Range", new String[]{"Range", "Reach", "r"}, "The range in blocks your player should reach to farm.", 4.0f, 1.0f, 9.0f, 0.1f);
public final Value<Boolean> rotate = new Value<Boolean>("Rotate", new String[]{"rot"}, "Should we rotate the player's head when Auto-Farming?", true);