Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated yesterday
All versions
26.1.2-1.4.8
Release
1.4.8 for NeoForge 26.1.2last month 29
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.4.8 - 2026-08-06 08:57:02
Added
- Add translations through Crowdin (#209)
Fixed
- Fix item dupe from replacing crafting interfaces with crafting buffers, Closes #212
26.1.2-1.4.7 - 2026-04-29 19:25:44 +0200
Fixed
- Fix MissingIngredients incorrectly serializing ingredients
26.1.2-1.4.6 - 2026-04-26 13:56:53 +0200
Added
- Add translations through Crowdin (#196)
Fixed
- Fix channel mixup in crafting interface settings
- Fix settings text colors being transparant
[26.1.2-1.4.5] - 2026-04-23 20:21:57 +0200
Initial 26.1.2 release
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:qwpACdla:J3Xqccvk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qwpACdla:J3Xqccvk"
}


