File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/dev/hugeblank/asahi/client/mixin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Asahi ![ Modrinth Downloads] ( https://img.shields.io/modrinth/dt/zenith ?color=00AF5C&label=modrinth&style=flat&logo=modrinth )
1+ # Asahi ![ Modrinth Downloads] ( https://img.shields.io/modrinth/dt/asahi ?color=00AF5C&label=modrinth&style=flat&logo=modrinth )
22
33Client side Minecraft mod that removes daylight cycle jittering caused by server lag!
44
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88 loader_version =0.14.21
99
1010# Mod Properties
11- mod_version = 1.0.1
11+ mod_version = 1.0.2
1212 maven_group = dev.hugeblank
1313 archives_base_name = asahi
1414
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ private void tickTime() {
8282 @ Override
8383 public void zenith$updateTimes (WorldTimeUpdateS2CPacket packet ) {
8484 long diff = packet .getTimeOfDay () - properties .getTimeOfDay ();
85- System .out .println (diff );
85+ // System.out.println(diff); // TODO: Debug logging that doesn't show up in prod
8686 if (Math .abs (diff ) >= Constants .SKIP_DURATION ) {
8787 zenith$setTime (packet .getTime ());
8888 zenith$setTimeOfDay (packet .getTimeOfDay ());
You can’t perform that action at this time.
0 commit comments