Links
Tags
Creators
Details
1.0.4
Compatibility
Required content
Changes
π NeoForge Version 1.0.4 β Crash Fix, Performance & Croatian Language Update!
Extra Concrete for NeoForge is now more stable, faster, and even more multilingual! This update fixes a startup crash, improves performance, and adds full Croatian language support.
π Bugfixes & Stability
Startup Crash Fix: Fixed a crash that could happen when starting the game with the NeoForge version.
Improved Stability: The mod now loads more reliably on NeoForge.
β‘ Performance Improvements
Optimized Loading: The mod has been improved to load faster and run more smoothly on NeoForge.
Cleaner Resource Handling: Internal resources are now handled more efficiently, reducing unnecessary overhead.
π New Language Added!
We have expanded language support once again!
ππ· Croatian
Complete Croatian translations have been added for all concrete slabs, stairs, and the creative tab.
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:gzCTQ7oy:uhSvWsu6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gzCTQ7oy:uhSvWsu6"
}

