Skip to content

Commit

Permalink
Registering for 1.0.2
Browse files Browse the repository at this point in the history
Renamed update to 1.0.2 for next release
  • Loading branch information
SpvceR3ii committed Aug 21, 2024
1 parent 1dee15e commit 461c92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.2

# Mod Properties
mod_version=1.0a
mod_version=1.0.2
maven_group=com.spacereii
archives_base_name=time-clicker

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/spacereii/timeclicker/TimeClicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ public class TimeClicker implements ClientModInitializer {
private boolean trackingTime = false; // to track or not to track?

@Override
public void onInitializeClient() {
// registering event listener
public void onInitializeClient() { // listeners.
ClientTickEvents.END_CLIENT_TICK.register(this::onClientTick);
HudRenderCallback.EVENT.register(this::onHudRender);
}
Expand Down

0 comments on commit 461c92e

Please sign in to comment.