Tags
Creators
Details
1.1.3.4.1-devonly21.0-21.1
Compatibility
Changes
This version is based on version 1.1.3.4, just before the mod was converted from a client-side only system to a client-and-server architecture using a completely different variable system.
After further development, I realized that this conversion was not actually necessary. Because of this, development of version 2.0.0 — which was mainly centered around this new system — has been discontinued.
Version 1.1.3 remains fully functional and stable, so please continue using it until a new release becomes available. The next version will most likely be 1.1.4, 1.1.5, or possibly 2.0.0 with a different scope and feature set than the previously planned 2.0.0. The final version naming is still undecided.
Please do not install this version or any release marked as an alpha release or using version numbers with four or more segments (for example: 1.1.3.4.1).
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:Zbpt25Ue:BFPnvmrj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Zbpt25Ue:BFPnvmrj"
}

