diff --git a/wiki/Home.md b/wiki/Home.md index 3fb77083..2f32bd51 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 { @@ -50,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 { @@ -78,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 { @@ -92,4 +129,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)