Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 3 days ago
All versions
1.2.1+mc26.1
Release
Automatic replacement 1.2.1+mc26.13 days ago 18
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
更新日志 / Changelog
1.2.1+mc26.1
中文
修复
- 修复 26.1 版本下物品无法堆叠的问题:新版游戏重写了堆叠机制,导致原有功能失效。现已适配新版机制,普通物品恢复 64 个一组的堆叠上限,特殊物品(不死图腾 8 个、药水 16 个、唱片 16 个等)按配置生效,带耐久的工具和盔甲保持不可堆叠。
- 修正一处导入错误导致的编译失败。
适配
- 完整适配 Minecraft 26.1(Fabric Loader 0.19.2 / Fabric API 0.149.1+26.1.2,Java 25)。
- 所有改动均通过启动实测验证生效。
未变
- 自动补图腾、世界高度扩展(最低高度 -128 / 高度 1024)、多语言支持等既有功能保持不变。
English
Fixed
- Fixed items failing to stack on MC 26.1: the stacking system was rewritten in this version, breaking the previous implementation. The mod now follows the new mechanics — normal items stack up to 256 again, special items (Totem of Undying 8, Potions 16, Music Discs 16, etc.) use their configured values, and tools/armor with durability remain non-stackable.
- Fixed an import error that caused a compile failure.
Adapted
- Full compatibility with Minecraft 26.1 (Fabric Loader 0.19.2 / Fabric API 0.149.1+26.1.2, Java 25).
- All changes verified through a live startup test.
Unchanged
- Auto-totem, world height expansion (min height -128 / height 1024), and multi-language support remain unchanged.
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:RQteVlx1:MVtOZS0Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQteVlx1:MVtOZS0Q"
}

