chore: update to 1.20.4
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-12-07 21:16:27 +01:00
parent 70758f3966
commit 26ef532b30
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#include https://pages.frohnmeyer-wds.de/scripts/clone.yml
pipeline:
steps:
build_test:
image: gradle:alpine
pull: true
@ -16,6 +16,7 @@ pipeline:
secrets: [ maven_token, maven_name, modrinth_api_token, curseforge_api_token ]
artifacts:
image: woodpeckerci/plugin-s3
pull: true
settings:
bucket: pages
region: nebula

View File

@ -15,12 +15,12 @@ allprojects { group = "io.gitlab.jfronny" }
base.archivesName = "breakme"
// https://fabricmc.net/develop/
val fabricVersion = "0.89.1+1.20.2"
val fabricVersion = "0.91.1+1.20.4"
jfMod {
minecraftVersion = "1.20.2"
minecraftVersion = "1.20.4"
yarn("build.1")
loaderVersion = "0.14.22"
libJfVersion = "3.13.1"
loaderVersion = "0.15.0"
libJfVersion = "3.14.1"
modrinth {
projectId = "breakme"
@ -43,7 +43,7 @@ dependencies {
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-devutil:${jfMod.libJfVersion.get()}")
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-config-ui-tiny:${jfMod.libJfVersion.get()}")
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 {