Skip to content

Commit

Permalink
Update to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored Mar 26, 2022
1 parent 50799e1 commit 7c40688
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

modImplementation("net.fabricmc:fabric-loader:${p("loader")}")

listOf("fabric-resource-loader-v0", "fabric-loot-tables-v1").forEach {
listOf("fabric-resource-loader-v0", "fabric-loot-tables-v1", "fabric-registry-sync-v0").forEach {
modImplementation(fabricApi.module(it, p("fabric_api")))
}

Expand Down
8 changes: 4 additions & 4 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.5
version=2.0.6

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

fabric_api=0.46.0+1.18
fabric_api=0.48.0+1.18.2
fabric_kotlin=1.7.1+kotlin.1.6.10
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"fabricloader": "*",
"fabric-resource-loader-v0": "*",
"fabric-loot-tables-v1": "*",
"fabric-registry-sync-v0": "*",
"fabric-language-kotlin": "*"
}
}

0 comments on commit 7c40688

Please sign in to comment.