-
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.
- Loading branch information
1 parent
16d0c28
commit 684b23a
Showing
8 changed files
with
53 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
# Fabric Properties | ||
# check these on https://modmuss50.me/fabric.html | ||
minecraft_version=1.19.4 | ||
yarn_mappings=1.19.4+build.2 | ||
loader_version=0.14.19 | ||
# check these on https://fabricmc.net/develop/ | ||
minecraft_version=1.20.2 | ||
yarn_mappings=1.20.2+build.4 | ||
loader_version=0.14.24 | ||
# see https://linkie.shedaniel.dev/dependencies | ||
cloth_config_version=10.0.96 | ||
modmenu_version=6.1.0-rc.4 | ||
cloth_config_version=12.0.109 | ||
modmenu_version=8.0.0-beta.2 | ||
# Mod Properties | ||
mod_version=1.5-SNAPSHOT | ||
mod_version=1.6-SNAPSHOT | ||
maven_group=de.mc8051 | ||
archives_base_name=client-enhancements | ||
# Dependencies | ||
# check this on https://modmuss50.me/fabric.html | ||
fabric_version=0.77.0+1.19.4 | ||
# check this on https://fabricmc.net/develop/ | ||
fabric_version=0.90.4+1.20.2 |
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
23 changes: 0 additions & 23 deletions
23
src/main/java/de/mc8051/clientenhancements/mixin/CapeElytraFeatureMixin.java
This file was deleted.
Oops, something went wrong.
38 changes: 25 additions & 13 deletions
38
src/main/java/de/mc8051/clientenhancements/mixin/CapePlayerListMixin.java
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