-
Notifications
You must be signed in to change notification settings - Fork 49
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
Merged
Merged
Fabric 1.20.4 update #127
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
08ab777
update to 1.20.4
tticehurst b3028da
fabric 1.20.4 update
tticehurst d0aae51
1.20.4 update
tticehurst e80b3a9
disabled forge
tticehurst 56b1020
bump modmenu and cloth
tticehurst 20a34fd
Update gradle.properties
tticehurst e73b165
add comment
tticehurst 151a047
Update common/src/main/java/net/xolt/freecam/config/CollisionWhitelis…
tticehurst 8b93199
Reverted mod version change - added yarn_mappings_patch
tticehurst 13b20f0
added include back for forge
tticehurst da56913
Added mappings fix
tticehurst 8549ab1
bump loom to 1.4-SNAPSHOT
tticehurst 1aa54fc
moved yarn_mappings_patch under yarn_mappings
tticehurst 9b6843b
Merge branch 'main' into main
hashalite File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 | ||
|
|
||
| # 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 | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 If #129 gets merged this will conflict.