Skip to content

Commit

Permalink
Merge pull request #4 from glossnyx/1.18
Browse files Browse the repository at this point in the history
Update to 1.18
  • Loading branch information
auxves authored Feb 23, 2022
2 parents 8dcb9d5 + 7206813 commit 50799e1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
uses: glossnyx/actions/deploy-minecraft-mod@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
java-version: 17
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ id=disco
title=Disco
author=glossnyx
description=Modular music disc loader
version=2.0.4
version=2.0.5

# Versions (https://modmuss50.me/fabric.html)
minecraft=1.17.1
yarn=1.17.1+build.63
loader=0.12.3
minecraft=1.18.1
yarn=1.18.1+build.22
loader=0.13.3

fabric_api=0.41.0+1.17
fabric_kotlin=1.6.5+kotlin.1.5.31
fabric_api=0.46.0+1.18
fabric_kotlin=1.7.1+kotlin.1.6.10
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id("fabric-loom") version "0.9-SNAPSHOT"
kotlin("jvm") version "1.5.31"
id("fabric-loom") version "0.11-SNAPSHOT"
kotlin("jvm") version "1.6.10"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/disco.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"required": true,
"minVersion": "0.8",
"package": "io.glossnyx.disco.mixin",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_17",
"mixins": ["LootTableAccessor"],
"injectors": {
"defaultRequire": 1
}
}
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"mixins": ["${id}.mixins.json"],
"depends": {
"minecraft": "1.17.x",
"minecraft": "1.18.x",
"fabricloader": "*",
"fabric-resource-loader-v0": "*",
"fabric-loot-tables-v1": "*",
Expand Down

0 comments on commit 50799e1

Please sign in to comment.