1.1.0
Compatibility
Changes
EN: Support for additional Countryballs mods (DLC) added. The "History" section was removed to create a separate expansion.
Starting with this version, the mod will be developed as the core release, while specific entities (such as countries, regions, etc.) will be spun off into separate add-ons (DLC) to optimize the main mod. Consequently, version 1.0.4 and earlier will not be compatible with these add-ons.
RU: Поддержка дополнительных модов countryballs (DLC). Удалено раздел "История" ради создания отдельного дополнения.
С этой и последующих версий, мод будет развиваться как основной. А определённые существа (страны, регионы и прочее) будут отделены как дополнения(DLC) ради оптимизации основного мода. Из-за этого, версии 1.0.4 и старее не будут работать с дополнениями.
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:CztpDpOL:PDqY0DfB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CztpDpOL:PDqY0DfB"
}

