Tags
Creators
Details
1.21.1-1.8.13
Compatibility
Required content
Changes
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.8.9 - 2024-11-19 10:36:01 +0100
Fixed
- Fix Fabric crash on explosion, Closes #174
1.21.1-1.8.8 - 2024-10-16 17:51:43 +0200
Fixed
- Fix crash when using Integrated Tunnels with chests, Closes #169
1.21.1-1.8.7 - 2024-10-09 17:06:29 +0200
Changed
- Refactor code to be compatible with NeoForge, Forge, and Fabric.
1.21.1-1.8.13 - 2025-08-12 20:40:00
Added
- Add translations through Crowdin (#189)
- Add PT_BR localization (#190)
Fixed
- Fix item loss when replacing walls in Fabric, Closes #191
- Fix some spelling and grammar typos in lang (#187)
1.21.1-1.8.12 - 2025-02-23 10:32:21 +0100
Added
Changed
Fixed
----- TODO: arrange -----
-
Bump mod version
-
Bump mod version
-
Fix GUIs remaining open after external breakage, Closes #183
-
Allow failures of Modrinth CI step
-
Allow failures of Modrinth CI step
-
Don't publish beta and release on the same commit
-
Allow failures of Modrinth CI step
-
Add translations through Crowdin (#182)
Co-authored-by: Crowdin Bot support+bot@crowdin.com
-
Bump mod version
-
Fix enchanted items not being displayed, Closes #181
-
Add ja_jp translations
Co-authored-by: Crowdin Bot support+bot@crowdin.com
-
Update to actions/cache@v4
-
Update to actions/cache@v4
-
Add tr_tr.json Turkish localization (#166)
-
Revert "Fix entities sometimes spawning in chest, Closes #163"
This reverts commit 143b480a45c1344033aa3c6232ea0f19cd17acde.
- Revert "Fix entities sometimes spawning in chest, Closes #163"
This reverts commit 143b480a45c1344033aa3c6232ea0f19cd17acde.
Closes #165
1.21.1-1.8.11 - 2025-01-19 10:22:02 +0100
Added
- Add cs_cz translations
- Add nl_nl and tr_tr translations
Fixed
- Fix enchanted items not being displayed, Closes #181
[1.21.1-1.8.10] - 2024-11-25 16:11:47 +0100
Fixed
- Fix client disconnect when opening large chests
Optional dependencies
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:V8HM9qmm:vHbMBLWo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V8HM9qmm:vHbMBLWo"
}
