From 00c116c8001eee9b97db99c52116f52ef2bd1b96 Mon Sep 17 00:00:00 2001 From: thehanslevi Date: Fri, 12 Jun 2026 22:14:46 -0400 Subject: [PATCH] docs: fix Sable Companion artifact coordinates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff998b0..8fee909 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ repositories { } dependencies { - jarJar(api("dev.ryanhcode.sable-companion:sable-companion-common:[${project.sable_companion_version},)")) { + jarJar(api("dev.ryanhcode.sable-companion:sable-companion-common-1.21.1:[${project.sable_companion_version},)")) { version { prefer(project.sable_companion_version) } @@ -55,7 +55,7 @@ repositories { } dependencies { - include(modApi("dev.ryanhcode.sable-companion:sable-companion-fabric:${project.sable_companion_version}")) + include(modApi("dev.ryanhcode.sable-companion:sable-companion-fabric-1.21.1:${project.sable_companion_version}")) } ``` @@ -79,7 +79,7 @@ repositories { } dependencies { - api("dev.ryanhcode.sable-companion:sable-companion-common:${project.sable_companion_version}") + api("dev.ryanhcode.sable-companion:sable-companion-common-1.21.1:${project.sable_companion_version}") } ```