-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
56edadf
commit 016f771
Showing
3 changed files
with
21 additions
and
21 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,20 +1,20 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.parallel=true | ||
|
||
# Fabric Properties | ||
# check these at https://fabricmc.net/develop/ and | ||
# https://modrinth.com/mod/fabric-api/versions | ||
minecraft_version=1.21.4-pre1 | ||
yarn_mappings=1.21.4-pre1+build.1 | ||
loader_version=0.16.9 | ||
|
||
# Fabric API | ||
fabric_version=0.109.1+1.21.4 | ||
|
||
# Mod Properties | ||
mod_version = v7.46.2-MC1.21.4-pre1 | ||
maven_group = net.wurstclient | ||
archives_base_name = Wurst-Client | ||
|
||
# Dependencies | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.parallel=true | ||
|
||
# Fabric Properties | ||
# check these at https://fabricmc.net/develop/ and | ||
# https://modrinth.com/mod/fabric-api/versions | ||
minecraft_version=1.21.4-pre2 | ||
yarn_mappings=1.21.4-pre2+build.1 | ||
loader_version=0.16.9 | ||
|
||
# Fabric API | ||
fabric_version=0.110.0+1.21.4 | ||
|
||
# Mod Properties | ||
mod_version = v7.46.2-MC1.21.4-pre2 | ||
maven_group = net.wurstclient | ||
archives_base_name = Wurst-Client | ||
|
||
# Dependencies |
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