From 24931dfc29232f2f7dbe70b47f22fdc88e213307 Mon Sep 17 00:00:00 2001 From: Arno Hovhannisyan Date: Fri, 25 Mar 2022 02:21:01 +0000 Subject: [PATCH] update to 1.18.2 --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3ef242d..350cd0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,12 +6,12 @@ id=vibes title=Vibes author=glossnyx description=Listen to music discs on the go with the Vibe -version=2.0.1 +version=2.0.2 # 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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 12ff605..532beff 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ }, "mixins": ["${id}.mixins.json"], "depends": { - "minecraft": "1.18.x", + "minecraft": "1.18.2", "fabricloader": "*", "fabric-resource-loader-v0": "*", "fabric-networking-api-v1": "*",