Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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)
- [Dimension Physics Data](https://github.com/ryanhcode/sable/wiki/Dimension-Physics-Data)