Tags
Creators
Details
4.0.0-1.21.0
Compatibility
Required content
Changes
v4.0.0 - The Server Sync Update
After long last, the Server Sync update is here! Now your Totem Particle Colours can be synced with a server that has the mod installed allowing each player to display their own colours particles while still remaining fully functional with Client Side.
- Added Server Sync
- Players Colour Mode & Custom Colour options are sent to the server upon joining which is then synced with all other connected players
- Only the Mode & Custom Colours are provided, all other settings won't be affected
- Displaying other players settings can be disabled in the config at anytime
Server-side is NOT a requirement nor is it required in order to connect to a server running the mod
Any issues can be reported on the GitHub as there is most likely a couple

Optional dependencies
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:2ivRTDH7:haqpjupy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ivRTDH7:haqpjupy"
}



