-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove one advancement for now * Package and class renames * Update common tags * Update CI and Publish workflows * Fix Wall Closet * Use custom item components * Drop coffee machine in creative mode * Make some blocks explosion resistant FML 3 Gradle 8.7 Java 21
- Loading branch information
1 parent
30268d1
commit 9a84763
Showing
430 changed files
with
2,772 additions
and
3,360 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,6 +1,15 @@ | ||
# Disable autocrlf on generated files, they always generate with LF | ||
# Add any extra files or paths here to make git stop saying they | ||
# are changed when only line endings change. | ||
src/generated/**/.cache/cache text eol=lf | ||
src/generated/**/*.json text eol=lf | ||
src/main/**/*.toml text eol=lf | ||
* text eol=lf | ||
*.bat text eol=crlf | ||
*.patch text eol=lf | ||
*.java text eol=lf | ||
*.gradle text eol=crlf | ||
*.png binary | ||
*.gif binary | ||
*.exe binary | ||
*.dll binary | ||
*.jar binary | ||
*.lzma binary | ||
*.zip binary | ||
*.pyd binary | ||
*.cfg text eol=lf | ||
*.jks binary |
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 |
---|---|---|
|
@@ -15,3 +15,5 @@ permissions: | |
jobs: | ||
ci: | ||
uses: TheMCBrothers/.github/.github/workflows/mod_ci.yml@main | ||
with: | ||
java_version: '21' |
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
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,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
34 changes: 0 additions & 34 deletions
34
src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
src/generated/resources/.cache/1a519c4a25843f908fbb6bbbbb94fd90cf65b01d
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/generated/resources/.cache/25ebd19bf6734a4ec255f954e7cc8d121735149e
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
src/generated/resources/.cache/53dcc466571c9df27470c49a1b7513cc0aba0fec
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.