generated from isXander/FabricKotlinTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove telemetry and update checker bump dependencies relicense under LGPL3 add gradle publishing update readme images
- Loading branch information
Showing
10 changed files
with
265 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Fix zoom speed being FPS dependent | ||
- Remove telemetry and update checking | ||
- Allow up to 150% zoom speed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
org.gradle.jvmargs=-Xmx2G | ||
|
||
kotlin.code.style=official | ||
systemProp.kotlinVersion=1.6.20 | ||
systemProp.kotlinVersion=1.6.21 | ||
|
||
# https://fabricmc.net/develop | ||
minecraftVersion=1.18.2 | ||
yarnVersion=1.18.2+build.+ | ||
loaderVersion=0.13.+ | ||
fabricVersion=0.48.0+1.18.2 | ||
fabricKotlinVersion=1.7.2 | ||
loaderVersion=0.14.+ | ||
fabricVersion=0.53.0+1.18.2 | ||
fabricKotlinVersion=1.7.4 | ||
|
||
modrinthId=w7ThoJFB | ||
curseforgeId=574741 | ||
githubProject=isXander/Zoomify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
src/main/kotlin/dev/isxander/zoomify/api/metrics/UniqueUsersMetric.kt
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/main/kotlin/dev/isxander/zoomify/api/updater/ZoomifyUpdateChecker.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters