3.1.0
Compatibility
Required content
Changes
-
Added tamable Ara
-
Added belch to Ara
-
Fixed Ara playing sounds incorrectly
-
Fixed Ara comparing values with candy
-
Fixed Ara not using vore attacks correctly
-
Added breach aggression increase/decrease in the config for each girl
-
Stomping sounds for all the girls
-
All girls logic properly consistent
-
Made sounds play from farther if big enough
-
Adjusted teleporting when tamed
-
Made water not effect them if their big enough
-
Shadows scale based on their size
-
New Developer (hexxed-dev) (me!)
- Thanks for reading the patch notes first off, I've been helping work on the mod! I'm planning a rewrite to be able to add more extensive features down the road and solve core bugs.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Gts_Toki_Workplace.zip | Unknown | 2.71 MiB |
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:Hc74m2Yc:oOMhoXUE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hc74m2Yc:oOMhoXUE"
}


