Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
srgantmoomoo committed Apr 17, 2022
1 parent ce0e0d4 commit 9c4c947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
modGroup=me.srgantmoomoo
modVersion=2
modVersion=3
modBaseName=postman
forgeVersion=1.12.2-14.23.5.2768
# 1.12.2-14.23.0.2531
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
public class AutoGap extends Module {
public ModeSetting mode = new ModeSetting("mode", this, "always", "always", "smart");
public NumberSetting health = new NumberSetting("health", this, 16, 1, 20, 1);
public BooleanSetting cancelInMenu = new BooleanSetting("cancelInMenu", this, false);
public BooleanSetting switchToGap = new BooleanSetting("switchToGap", this, false);
public BooleanSetting cancelInMenu = new BooleanSetting("cancelInMenu", this, true);
public BooleanSetting switchToGap = new BooleanSetting("switchToGap", this, true);

public AutoGap() {
super("autoGap", "automattically eat any gapples in ur hand.", Keyboard.KEY_NONE, Category.PLAYER);
Expand Down

0 comments on commit 9c4c947

Please sign in to comment.