-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates the mod to 1.21.4 - Remove Fish Spot detection - This was never really intended to become part of the mod, plus somewhat recent rule changes made it more annoying to deal with fishing related features, so this is the path that needs the least upkeep from my end. - Removed unused files and config options - Moved from yarn mappings to official mappings
- Loading branch information
1 parent
1d082c8
commit f8024f4
Showing
16 changed files
with
78 additions
and
195 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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
kotlin.code.style=official | ||
archives_base_name=build-bugs | ||
maven_group=de.derniklaas | ||
loom_version=1.7-SNAPSHOT | ||
minecraft_version=1.21.1 | ||
yarn_mappings=1.21.1+build.3 | ||
loader_version=0.16.5 | ||
fabric_kotlin_version=1.11.0+kotlin.2.0.0 | ||
fabric_api_version=0.105.0+1.21.1 | ||
mod_version=1.14.1 | ||
noxesium_version=2.3.1 | ||
adventure_version=5.14.1 | ||
cloud_version=2.0.0-beta.7 | ||
loom_version=1.9-SNAPSHOT | ||
minecraft_version=1.21.4 | ||
loader_version=0.16.9 | ||
fabric_kotlin_version=1.13.1+kotlin.2.1.10 | ||
fabric_api_version=0.116.1+1.21.4 | ||
mod_version=1.15.0 | ||
noxesium_version=2.5.0 | ||
adventure_version=6.1.0 | ||
cloud_version=2.0.0-beta.9 | ||
|
||
org.gradle.jvmargs=-Xmx4000m |
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-8.8-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
25 changes: 0 additions & 25 deletions
25
src/main/java/de/derniklaas/buildbugs/mixin/ClientPlayNetworkingMixin.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/main/java/de/derniklaas/buildbugs/mixin/CustomPayloadS2CPacketMixin.java
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
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
Oops, something went wrong.