chore: update to 1.20.4
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
70758f3966
commit
0d8616c56f
@ -1,6 +1,6 @@
|
|||||||
#include https://pages.frohnmeyer-wds.de/scripts/clone.yml
|
#include https://pages.frohnmeyer-wds.de/scripts/clone.yml
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
build_test:
|
build_test:
|
||||||
image: gradle:alpine
|
image: gradle:alpine
|
||||||
pull: true
|
pull: true
|
||||||
@ -16,6 +16,7 @@ pipeline:
|
|||||||
secrets: [ maven_token, maven_name, modrinth_api_token, curseforge_api_token ]
|
secrets: [ maven_token, maven_name, modrinth_api_token, curseforge_api_token ]
|
||||||
artifacts:
|
artifacts:
|
||||||
image: woodpeckerci/plugin-s3
|
image: woodpeckerci/plugin-s3
|
||||||
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
bucket: pages
|
bucket: pages
|
||||||
region: nebula
|
region: nebula
|
||||||
|
@ -15,12 +15,12 @@ allprojects { group = "io.gitlab.jfronny" }
|
|||||||
base.archivesName = "breakme"
|
base.archivesName = "breakme"
|
||||||
|
|
||||||
// https://fabricmc.net/develop/
|
// https://fabricmc.net/develop/
|
||||||
val fabricVersion = "0.89.1+1.20.2"
|
val fabricVersion = "0.91.1+1.20.4"
|
||||||
jfMod {
|
jfMod {
|
||||||
minecraftVersion = "1.20.2"
|
minecraftVersion = "1.20.4"
|
||||||
yarn("build.1")
|
yarn("build.1")
|
||||||
loaderVersion = "0.14.22"
|
loaderVersion = "0.15.0"
|
||||||
libJfVersion = "3.13.1"
|
libJfVersion = "3.14.1"
|
||||||
|
|
||||||
modrinth {
|
modrinth {
|
||||||
projectId = "breakme"
|
projectId = "breakme"
|
||||||
@ -43,7 +43,7 @@ dependencies {
|
|||||||
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-devutil:${jfMod.libJfVersion.get()}")
|
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-devutil:${jfMod.libJfVersion.get()}")
|
||||||
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-config-ui-tiny:${jfMod.libJfVersion.get()}")
|
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-config-ui-tiny:${jfMod.libJfVersion.get()}")
|
||||||
modLocalRuntime("net.fabricmc.fabric-api:fabric-api:$fabricVersion")
|
modLocalRuntime("net.fabricmc.fabric-api:fabric-api:$fabricVersion")
|
||||||
modLocalRuntime("com.terraformersmc:modmenu:8.0.0-beta.2")
|
modLocalRuntime("com.terraformersmc:modmenu:9.0.0-pre.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
|
Loading…
Reference in New Issue
Block a user