From fb9fe302d8f05185a730ecfd497e5c64206faed6 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Sun, 2 Nov 2025 20:42:15 +0100 Subject: [PATCH] chore: Update JCYO --- tweed5-minecraft/gradle/mcCommonLibs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweed5-minecraft/gradle/mcCommonLibs.versions.toml b/tweed5-minecraft/gradle/mcCommonLibs.versions.toml index 2593a37..194d00f 100644 --- a/tweed5-minecraft/gradle/mcCommonLibs.versions.toml +++ b/tweed5-minecraft/gradle/mcCommonLibs.versions.toml @@ -1,7 +1,7 @@ [versions] fabric-loader = "0.17.2" fabric-loom = "1.11-SNAPSHOT" -jcyo = "0.4.2" +jcyo = "0.5.0" [plugins] jcyo = { id = "de.siphalor.jcyo", version.ref = "jcyo" }