[DEV] Fix some jenkins configs (#10)
* [no-orbit] [DEV] Fix some jenkins configs * [DEV] Fix Patches and use correct MCFormatter versions for older MC versions * [CHORE] Update readme and remove GitHub action --------- Co-authored-by: fdd-orbit <orbit@firstdark.dev> Co-authored-by: hypherionmc <hypherionmc@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2ba24a0feb
commit
68fea1db1e
@@ -4,8 +4,8 @@
|
||||
setVersionType("release")
|
||||
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
- setDisplayName("[FABRIC/QUILT 1.20.6] CraterLib - ${project.version}")
|
||||
- setGameVersions("1.20.6")
|
||||
- setDisplayName("[FABRIC/QUILT 1.21.0] CraterLib - ${project.version}")
|
||||
- setGameVersions("1.21")
|
||||
+ setDisplayName("[FABRIC/QUILT 1.19.2] CraterLib - ${project.version}")
|
||||
+ setGameVersions("1.19.2")
|
||||
setLoaders("fabric", "quilt")
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.15.0",
|
||||
"fabric-api": "*",
|
||||
- "minecraft": ">=1.20.6",
|
||||
- "minecraft": ">=1.21",
|
||||
- "java": ">=21"
|
||||
+ "minecraft": "1.19.2",
|
||||
+ "java": ">=17"
|
||||
|
Reference in New Issue
Block a user