-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from tticehurst/main
Fabric 1.20.4 update
- Loading branch information
Showing
4 changed files
with
27 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
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,21 +1,25 @@ | ||
org.gradle.jvmargs=-Xmx2G | ||
|
||
# Check versions on https://modmuss50.me/fabric.html | ||
minecraft_version=1.20.2 | ||
yarn_mappings=1.20.2+build.2 | ||
minecraft_version=1.20.4 | ||
|
||
yarn_mappings=1.20.4+build.3 | ||
yarn_mappings_patch=1.20.4+build.1 | ||
|
||
enabled_platforms=fabric,forge | ||
devlogin_version=3.4.1 | ||
|
||
mod_version=1.2.1.1 | ||
maven_group=net.xolt.freecam | ||
|
||
fabric_loader_version=0.14.25 | ||
fabric_api_version=0.91.1+1.20.2 | ||
architectury_version=11.0.8 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
hashalite
Author
Collaborator
|
||
|
||
# See https://files.minecraftforge.net | ||
forge_version=1.20.2-48.0.13 | ||
fabric_loader_version=0.15.1 | ||
fabric_api_version=0.91.2+1.20.4 | ||
|
||
modmenu_version=8.0.0 | ||
cloth_version=12.0.109 | ||
# See https://files.minecraftforge.net | ||
forge_version=1.20.4-49.0.9 | ||
|
||
modmenu_version=9.0.0-pre.1 | ||
cloth_version=13.0.114 | ||
|
archetectury_version
was removed in #129