Links
Tags
Creators
Details
1.3.5
Compatibility
Changes
Patch Note - Version 1.3.5
Fixes
- Fixed the issue with database connection.
- Fixed SimRegisterEvent event.
- Fixed language files.
Additions
- Added Gson library to the mod.
Acknowledgments
We would like to specially thank Ertinox45 and Sandji for their valuable contributions to this release.
Notes de version - Version 1.3.5
Corrections
- Correction du problème de connexion à la base de données.
- Correction de l'événement SimRegisterEvent.
- Correction de certains fichiers de langue.
Ajouts
- Ajout de la bibliothèque Gson dans le module.
Remerciements
Nous tenons à remercier spécialement Ertinox45 et Sandji pour leurs contributions précieuses à cette version.
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:ZDOKOfCS:pj4cNRkb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZDOKOfCS:pj4cNRkb"
}

