From 78a9d4dadfeb9da753180f92dd263db0a8a4926d Mon Sep 17 00:00:00 2001 From: comp500 Date: Sat, 16 Apr 2022 01:45:35 +0100 Subject: [PATCH] Update bundled resource loader (fixes #29) --- build.gradle | 4 ++-- gradle.properties | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 53eac24..832a56a 100644 --- a/build.gradle +++ b/build.gradle @@ -138,8 +138,8 @@ if (System.getenv("GITHUB_TOKEN")) { import com.modrinth.minotaur.TaskModrinthUpload // TODO: infer from fabric.mod.json?! -def supportedVersions = ["1.18"] -def versionSupportName = "(Fabric 1.18.x)" +def supportedVersions = ["1.18.2"] +def versionSupportName = "(Fabric 1.18.2)" task publishModrinth(type: TaskModrinthUpload) { dependsOn remapJar diff --git a/gradle.properties b/gradle.properties index e591ca2..327b566 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,19 +3,19 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.18 - yarn_mappings=1.18+build.1 + minecraft_version=1.18.2 + yarn_mappings=1.18.2+build.3 loader_version=0.12.6 # Mod Properties - mod_version = 1.1.1 + mod_version = 1.1.2 maven_group = link.infra.borderlessmining archives_base_name = borderless-mining # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.43.1+1.18 - modmenu_version=3.0.0 + fabric_version=0.50.0+1.18.2 + modmenu_version=3.1.1 # Publishing metadata modrinth_id=kYq5qkSL