All versions
2.1.0
Release
Giantess Toki & more 2.1.0last year 1,987
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Adding Taming for both Toki and Candy, replacing Submission. They will help you fight mobs, and you can make them sit down. They have different sitting animations depending on it's day or night time. By default, Tamed Giantess will use breach and have friendly fire turned on, beware.
- To tame Toki, it is similar to submission, but you won't have to look down anymore.
- To tame Candy, it is similar to Toki, but with cakes instead of flowers, and you won't have to look down as well
- Tamed Giantess's eat mechanic is a bit different, as they start eating when health falls below 70% instead of 50%, and they will eat passive mobs you punched 100% of the time, think of it as you feeding her.
- added config in /gts command to configure Tamed giantess's friendly fire, breach attack, and auto aggro to monsters
- Fixed a bug causing Candy's thunder magic not able to hit targets
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Gts_Toki_Workplace.zip | Unknown | 1.56 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:1dGMy1oH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hc74m2Yc:1dGMy1oH"
}


