Skip to content

Commit

Permalink
Update bundled resource loader (fixes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Apr 16, 2022
1 parent cb4f83f commit 78a9d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78a9d4d

Please sign in to comment.