-
Notifications
You must be signed in to change notification settings - Fork 7
Update to 1.20/General maintenance #22
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
Open
JetbladeDevsStuff
wants to merge
12
commits into
gnembon:master
Choose a base branch
from
JetbladeDevsStuff:1.20/dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3711b49
Update gradle wrapper to 8.1.1
JetbladeDevsStuff 6135af7
Update dependencies
JetbladeDevsStuff 1d45a70
Fix Loom deprecation warning
JetbladeDevsStuff 7611ecb
Update CI workflows to Java 17
JetbladeDevsStuff 7cc9fc7
Remove JCentral publishing
JetbladeDevsStuff e19976b
Have Fabric mod version line up with Gradle mod version
JetbladeDevsStuff 0184f04
Update CI
JetbladeDevsStuff f91316e
build.gradle and gradle.properties changes
Julienraptor01 f1068d9
change fabric.json to fix versioning + stuff
Julienraptor01 0066237
update gradle to 8.2
Julienraptor01 09086c6
target 1.20.1 and make fabric.json get values automatically
Julienraptor01 10b0807
Update to loom 1.3
Julienraptor01 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,16 +1,14 @@ | ||
| # Done to increase the memory available to gradle. | ||
| org.gradle.jvmargs=-Xmx1G | ||
| org.gradle.parallel=true | ||
|
|
||
| # Fabric Properties | ||
| # check https://fabricmc.net/develop/ | ||
| minecraft_version = 1.19.4 | ||
| # https://maven.fabricmc.net/net/fabricmc/yarn | ||
| yarn_mappings = 1.19.4+build.1 | ||
| # https://maven.fabricmc.net/net/fabricmc/fabric-loader | ||
| loader_version = 0.14.17 | ||
| # check these on https://fabricmc.net/develop | ||
| minecraft_version = 1.20.1 | ||
| yarn_mappings = 1.20.1+build.9 | ||
| loader_version = 0.14.21 | ||
|
|
||
| # Mod Properties | ||
| mod_version = 2.2.0 | ||
| maven_group = carpet | ||
| archives_base_name = chat-up | ||
|
|
||
| mod_version = 2.2.0 | ||
| maven_group = carpet | ||
| archives_base_name = chat-up |
Binary file not shown.
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,5 +1,7 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists | ||
| zipStorePath=wrapper/dists |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.