From 8a9ef8ef2459f8401a8e11a6a4649fb4028a841a Mon Sep 17 00:00:00 2001 From: Eyae Date: Fri, 24 Apr 2026 18:36:54 +0300 Subject: [PATCH 1/2] Update Home.md Add needed dependencys for the mod to compile --- wiki/Home.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/wiki/Home.md b/wiki/Home.md index 3fb77083..c1498dd4 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -22,6 +22,20 @@ repositories { includeGroup("dev.ryanhcode.sable-companion") } } + + maven { //Registrate + name = "ithundxr's mavenSnapshots" + url = uri("https://maven.ithundxr.dev/snapshots") + } + + maven { //Veil + url "https://maven.blamejared.com" + } + + maven { //Forge Config API Port + name = "Fuzs Mod Resources" + url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" + } } dependencies { @@ -92,4 +106,4 @@ dependencies { - Simple compatability with [Sable Companion](https://github.com/ryanhcode/sable-companion) - [Working with Entities](https://github.com/ryanhcode/sable/wiki/Working-With-Entities) - [Block Physics Properties](https://github.com/ryanhcode/sable/wiki/Block-Physics-Properties) -- [Dimension Physics Data](https://github.com/ryanhcode/sable/wiki/Dimension-Physics-Data) \ No newline at end of file +- [Dimension Physics Data](https://github.com/ryanhcode/sable/wiki/Dimension-Physics-Data) From 967c1518de038a1085b1ce94ce53f0035d1a2e85 Mon Sep 17 00:00:00 2001 From: Eyae Date: Fri, 24 Apr 2026 19:10:42 +0300 Subject: [PATCH 2/2] Update Home.md Add Fabric and Common Fabric apparently doesnt need Registrate. Neat! --- wiki/Home.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/wiki/Home.md b/wiki/Home.md index c1498dd4..2f32bd51 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -64,6 +64,15 @@ repositories { includeGroup("dev.ryanhcode.sable-companion") } } + + maven { //Veil + url "https://maven.blamejared.com" + } + + maven { //Forge Config API Port + name = "Fuzs Mod Resources" + url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" + } } dependencies { @@ -92,6 +101,20 @@ repositories { includeGroup("dev.ryanhcode.sable-companion") } } + + maven { //Registrate + name = "ithundxr's mavenSnapshots" + url = uri("https://maven.ithundxr.dev/snapshots") + } + + maven { //Veil + url "https://maven.blamejared.com" + } + + maven { //Forge Config API Port + name = "Fuzs Mod Resources" + url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" + } } dependencies {