forked from Andrew6rant/InventoryTabs
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swap to FAPI compile. majorly improve config documentation, fix access
- Loading branch information
1 parent
7b237cc
commit 4658d81
Showing
13 changed files
with
76 additions
and
69 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
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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,23 +1,26 @@ | ||
[versions] | ||
loom = "1.2.+" | ||
loom = "1.4.+" | ||
githubRelease = "2.4.1" | ||
minotaur = "2.6.0" | ||
|
||
mc = "1.20.1" | ||
fl = "0.15.1" | ||
ql = "0.19.0" | ||
qm = "1.20.1+build.23" | ||
fapi = "0.83.0-1.20" | ||
fapi = "0.83.0+1.20.1" | ||
qfapi = "7.0.2+0.83.0-1.20.1" | ||
kaleidoConfig = "0.1.1+1.1.0-beta.3" | ||
|
||
[plugins] | ||
loom = { id = "org.quiltmc.loom", version.ref = "loom" } | ||
loom = { id = "fabric-loom", version.ref = "loom" } | ||
githubRelease = { id = "com.github.breadmoirai.github-release", version.ref = "githubRelease" } | ||
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" } | ||
|
||
[libraries] | ||
mc = { group = "mojang", name = "minecraft", version.ref = "mc" } | ||
fl = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fl" } | ||
ql = { group = "org.quiltmc", name = "quilt-loader", version.ref = "ql" } | ||
qm = { group = "org.quiltmc", name = "quilt-mappings", version.ref = "qm" } | ||
fapi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fapi" } | ||
qfapi = { group = "org.quiltmc.quilted-fabric-api", name = "quilted-fabric-api", version.ref = "qfapi" } | ||
kaleidoConfig = { group = "folk.sisby", name = "kaleido-config", version.ref = "kaleidoConfig" } |
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
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