Skip to content

Commit

Permalink
credit
Browse files Browse the repository at this point in the history
  • Loading branch information
StarZebra committed Feb 15, 2023
1 parent 11f2009 commit be71fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tasks.withType(Jar::class) {


val remapJar by tasks.named<net.fabricmc.loom.task.RemapJarTask>("remapJar") {
archiveClassifier.set("")
archiveClassifier.set("release")
from(tasks.shadowJar)
input.set(tasks.shadowJar.get().archiveFile)
}
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/nexus/features/AutoTrophyFish.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

public class AutoTrophyFish extends Feature{

/*
Code heavily inspired by https://github.com/AtroxEGO/PaulAddonsKotlin
*/

private static MovingObjectPosition raytrace = null;
public static boolean toggled = false;
private static long rotateCooldown = 0L;
Expand Down

0 comments on commit be71fe3

Please sign in to comment.