forked from kyrptonaught/Glass-Doors
-
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.
* Add notice on compiling previous versions * Update mod to 1.19.4-pre2 Bump version * Update the release workflow as well * Move README FAQ below images * Fix wrong MC version dependency in FMJ * Remove LazyDFU, 1.19.4 DFU optimizations are good enough * Use vanilla `Material` class instead of custom `MaterialCategory` * Update to `1.19.4-rc2` * Add more properties related to releases * Update to MC 1.19.4 * Update gradle to 8.1, as required by fabric loom 1.2-SNAPSHOT * Go back to the custom `MaterialCategory` class as the vanilla `Material` class has gone away * Update how the item group is built for 1.20-pre2 * Update the mod's properties and release workflow for 1.20-pre2 * Update the mod's properties and release workflow for 1.20-rc1 * Update the mod's properties and release workflow for 1.20 --------- Co-authored-by: NebelNidas <nebelnidas@gmail.com>
- Loading branch information
1 parent
7d5aae0
commit 32b1b3d
Showing
14 changed files
with
355 additions
and
258 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
Binary file not shown.
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-7.6-bin.zip | ||
networkTimeout = 10000 | ||
zipStoreBase = GRADLE_USER_HOME | ||
zipStorePath = wrapper/dists | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.