Tags
Creators
Details
0.7.0-alpha.3
Compatibility
Required content
Changes
📄 Alpha Change Log
Due to significant reworks behind the scenes and plans to release additional features in the near future, this release is marked as an alpha release. Bug fixes and new features may be released rapidly and with little or no testing. It is recommended to backup your saves and let us know if you experience any issues with this release!
This release tests our automatic publishing system! You may see this release appear and disappear as testing is performed or mod details may be slightly incorrect.
Note: There is no need to update to this version at this time, so you can safely remain on older versions while testing is performed.
⚙️ Improvements
- Updated mod dependencies on some versions.
🔧 Developer Changes
- Fixed Forge datagen on 1.16 to allow running all 1.16+ versions on modern Java.
- Improved some of the GitHub files, such as the code of conduct and contributing guidelines.
- Added automatic build testing to GitHub Actions, to ensure the mod at least compiles successfully.
- Added automatic publishing to GitHub Actions to improve update speed.
- Fixed data generation on 1.18 causing a bad Forgix merge.
- Removed Maven publishing references, as Maven publishing is currently not being performed.
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:sTmgisaB:ttyOSGJ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sTmgisaB:ttyOSGJ3"
}


