All versions
1.0.0
Release
SyncModPack 1.0.0last month 2
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
SyncModPack 1.0.0 — Forge 1.18.2
Support de Minecraft 1.18.2 (Forge) ! 🎉
Fonctionnalités
- 🔌 Un seul mod à installer côté client, le reste se télécharge tout seul en rejoignant un serveur.
- 🧠 Tri automatique côté serveur : dépose tous tes mods dans un dossier, SyncModPack écarte les mods client (Sodium, Iris...) et garde les mods serveur — plus de crash au démarrage.
- ⚡ Cache intelligent : ne re-vérifie que les mods nouveaux, démarrage rapide.
- 🔁 Redémarrage automatique du serveur après le tri.
- 🌍 Disponible en français et en anglais.
Compatible avec toutes les versions de Forge pour 1.18.2.
SyncModPack 1.0.0 — Forge 1.18.2 (English)
Minecraft 1.18.2 support (Forge)! 🎉
Features
- 🔌 One mod to install on the client, the rest downloads automatically when joining a server.
- 🧠 Automatic server-side sorting: drop all your mods in one folder, client mods (Sodium, Iris...) are excluded, server mods are kept — no more startup crashes.
- ⚡ Smart cache: only re-checks new mods, fast startup.
- 🔁 Automatic server restart after sorting.
- 🌍 Available in French and English.
Compatible with any Forge version for 1.18.2.
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:pOaFcWGS:QDmqUFIe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pOaFcWGS:QDmqUFIe"
}

