![Mau-kin [Feline+] (Origins Mod)](https://cdn.modrinth.com/data/8g9OAhNx/241290eae652c8ef074a3b7d6668ff897b65cb08.png)
Mau-kin [Feline+] (Origins Mod)
An unofficial update to the Feline origin, with some added abilities and weaknesses to make it stand out a little more. With some (vague) inspiration from the Egyption Mau. Needs the mods Apugli, Origins (forge port) to function.
1.0.2.0
Compatibility
Required content
Changes
- Reduced time for fatigue bar to drop, from 4 days to 3 days.
- Reduced healing effect for Healing Purr. (Was way too unbalanced)
- Now available on Fabric. Fabric updates will be using the 4th digit, as it's a secondary to the main Forge version.
- Currently a WIP. Some effects may not be working.
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:8g9OAhNx:j2IVTfCy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8g9OAhNx:j2IVTfCy"
}
