Tags
Creators
Details
Licensed MIT
Published last year
Updated last week
All versions
1.5+mod
Release
Supportive Origins - 1.5last year 1,876
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Bug Fixes
Soul Weaver
- General
- Before when removing the soulweaver origin, it would not completely remove all links, now when removing the soulweaver origin from a player, it will completely remove all links it has to players online. This does mean if any linked souls are offline, they won't have their link removed.
UNIT: α-02
- Seismic Ping
- Cooldown has been fixed from
12 ticks->1200 ticks
- Cooldown has been fixed from
Changes
Soul Weaver
- General
- The selector for the soulweaver now takes up an area, you no longer have to aim precisely at someone to select them, there is now an small margin of error for you to play with!
- New hidden passive
- You can see how much health the nearest linked player has, this only effects players linked to you
- Soul Link
- Added a
5 tickcooldown to linking/unlinking
- Added a
UNIT: α-02
- Seismic Ping
- A global power has been added so that if anyone breaks a block that has been pinged, the outline will disappear
- Machine
- You can no longer eat any food other than redstone
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:wMHXiTpn:ywgOqToo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wMHXiTpn:ywgOqToo"
}

