Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
timer is officially removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaiizenbo committed Jun 16, 2024
1 parent eb50de4 commit 42eef68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ processResources {
}

tasks.withType(JavaCompile).configureEach {
// Minecraft 1.18 (1.18-pre2) upwards uses Java 17.
// Minecraft 1.20.5 (24w14a) upwards uses Java 21.
it.options.release = 21
}

Expand Down
44 changes: 0 additions & 44 deletions src/main/java/me/kawaiizenbo/moonlight/module/modules/Timer.java

This file was deleted.

0 comments on commit 42eef68

Please sign in to comment.