
Creat Aeronautics Structures
This mod adds natural-looking structures built from Create and Create: Aeronautics blocks to Minecraft 1.21.1. The ruins of engineering houses, abandoned boats, soaring airships, and robber balloons will fit seamlessly into your worlds without disrupting
1.1.0-Beta-3.1
Compatibility
Changes
CrAeronauticsStructures beta update A server crash when trying to read the config (Cannot get config value before config is loaded) has been fixed. Players will no longer be disconnected on login. The welcome message can still be enabled or disabled via the config file cr_aero_structures-client.toml.
Обновление беты CrAeronauticsStructures Исправлен вылет сервера при попытке прочитать конфиг (Cannot get config value before config is loaded). Теперь игроков не будет выкидывать при входе на сервер. Приветственное сообщение по-прежнему можно включить или отключить через файл cr_aero_structures-client.toml.
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:aX7eWKKb:GgCMtS4V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aX7eWKKb:GgCMtS4V"
}
