Tags
Creators
Details
2.6.2
Compatibility
Required content
Changes
#Et Futurum Requiem 2.6.2: Shut up, update checker!
This hotfix release aims to fix an issue with the update checker claiming an update was available even after updating. I've went ahead and made a long-overdue migration to using MCLib's UpdateCheck library which puts a small update button on the title screen instead of putting any message in chat.
Fixes:
- Fixed walls not being in the right creative tab
- CI nightlies are once again recognized as snapshots internally.
- Fixes to the way version numbers are generated when building and how they're handled internally to hopefully make it less likely for update checker errors to happen again
- Fixed manasteel shovels from Botania, and Earthmover shovels from Thaumcraft being able to create dirt paths, which interfered with their special functions
Removals:
- Removed color-coded mod version and name
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| etfuturum-2.6.2-dev.jar | Unknown | 4.59 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:o56psTwz:u63ixvSd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o56psTwz:u63ixvSd"
}

