
okipiak's Express - Wathe
ArchivedAn addon for Wathe - adds new roles and modifiers.
1.6Kdownloads
2followers
1.6Kdownloads
2followers
okipiak's Express - Wathe has been archived. okipiak's Express - Wathe will not receive any further updates unless the author decides to unarchive the project.
Links
Creators
Details
Licensed ARR
Published 6 months ago
Updated 6 months ago
All versions
1.0
Release
okipiak's Express 1.06 months ago 1,549
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Release of the mod.
Added Roles:
- Timekeeper Role
- Athlete Role
- Vagrant Role
- Medical Role
- Gravedigger Role
Added Modifiers:
- Mute Modifier
- Paranoid Modifier
Note:
- Because of the trouble I had with note screen, I've created a mixin that fixes it. I might delete it in later versions.
- It should not affect your game in any way.
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:46E3Qy7u:hAdUlHgW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:46E3Qy7u:hAdUlHgW"
}

