Skip to content

Commit

Permalink
Updated OneConfig and fix reset bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlev1 committed Jul 16, 2024
1 parent fc800fb commit 3a6d4d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
mappings("de.oceanlabs.mcp:mcp_stable:22-1.8.9")
forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9")
modCompileOnly("cc.polyfrost:oneconfig-1.8.9-forge:0.2.2-alpha+")
shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+")
shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta17")
}


Expand Down Expand Up @@ -131,9 +131,9 @@ tasks{
archiveClassifier.set("")
enabled = false
}
processResources {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
processResources {
duplicatesStrategy = DuplicatesStrategy.INCLUDE

}
}
}
}
2 changes: 1 addition & 1 deletion src/main/java/dev/meyi/bn/modules/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public abstract class Module extends Hud {
protected boolean showEverywhere = false;

public Module() {
super(true, 20, 20, 2, 1);
super(true, 0, 0, 0, 1);
}

@Override
Expand Down

0 comments on commit 3a6d4d6

Please sign in to comment.