Skip to content

Commit

Permalink
0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Dec 14, 2024
1 parent c1dede9 commit 24f2bb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod_name=Sign Me Up
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=BSD-3-Clause
# The mod version. See https://semver.org/
mod_version=0.6.6
mod_version=0.6.7
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/teacon/signmeup/SignMeUp.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public SignMeUp(IEventBus bus, ModContainer mod) {
ConfigHelper.loadConfig(new Map());
ConfigHelper.loadConfig(new Waypoints());
ConfigHelper.loadConfig(new MiniMap());

Minecraft.getInstance().execute(() -> Thread.currentThread().setPriority((Thread.MAX_PRIORITY + Thread.NORM_PRIORITY) / 2));
}

public static ResourceLocation id(String path) {
Expand Down

0 comments on commit 24f2bb3

Please sign in to comment.