Tags
Creators
Details
1.0.3
Compatibility
Required content
Changes
NOTE: This fixes a crash that somehow slipped through development affecting only 1.21.4. It also works in 1.21.5.
Please contact @tape_os on discord or make a bug report in our discord server if any more game breaking bugs are found in this version!
- Fixed a bug where
/skipcommand printed an error to chat - Fixed a bug where the mod would repeatedly try to play a song before the sound engine had started
- Fixed a bug where
/skipcommand wouldn't set the timer properly, sometimes causing a new song to play and cut off whatever song had been skipped to - Fixed some inconsistencies in the config menu between versions
- Added support for Mod Menu
- Added Subterrarium song for the Lush Caves
This is the last planned update for TIMM before version 1.1, unless game breaking bugs are found
this version of TIMM is dedicated to foxgirl fuckery
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:EgBj3Bnf:s6sFc28h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EgBj3Bnf:s6sFc28h"
}


