-
Notifications
You must be signed in to change notification settings - Fork 60
Fabric 1.20.4 update #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fabric 1.20.4 update #127
Changes from 13 commits
08ab777
b3028da
d0aae51
e80b3a9
56b1020
20a34fd
e73b165
151a047
8b93199
13b20f0
da56913
8549ab1
1aa54fc
9b6843b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +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 | ||
|
|
||
| archives_base_name=freecam | ||
| mod_version=1.2.1.1 | ||
| maven_group=net.xolt.freecam | ||
|
|
||
| architectury_version=10.0.16 | ||
| architectury_version=11.0.8 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 If #129 gets merged this will conflict. |
||
|
|
||
| fabric_loader_version=0.14.25 | ||
| fabric_api_version=0.91.1+1.20.2 | ||
| fabric_loader_version=0.15.1 | ||
| fabric_api_version=0.91.2+1.20.4 | ||
|
|
||
| # See https://files.minecraftforge.net | ||
| forge_version=1.20.2-48.0.13 | ||
|
|
||
| modmenu_version=8.0.0 | ||
| cloth_version=12.0.109 | ||
| forge_version=1.20.4-49.0.9 | ||
|
|
||
| modmenu_version=9.0.0-pre.1 | ||
| cloth_version=13.0.114 | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: This is adding |
Uh oh!
There was an error while loading. Please reload this page.