Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 10 hours ago
All versions
1.1.0+26.1.2
Release
Entity Freezer & Limit breeding 1.1.0 (26.1.2)2 weeks ago 2
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
1.1.0 — 多版本支持与解冻修复
✨ 新增
- 一套源码支持 4 个 NeoForge 版本:1.21.1 / 1.21.11 / 26.1.2 / 26.2(Stonecutter 多版本构建)
- 26.1 停止维护并移除
🐛 修复
- 实体解冻瞬间速度矢量归零:冻结期间累积的实体挤压 / 爆炸 / 击退冲量不再于解冻时集中结算(修复"解冻弹飞")
- pack.mcmeta 补全 min_format / max_format,消除 1.21.11+ 的资源加载警告
- 26.1.2+ 方块注册适配(BlockBehaviour.Properties 需显式 setId)
- 1.21.11+ 配方 JSON 适配新版 ingredient 格式(修复合成表无法加载)
🧪 测试
每个版本 7 个自动化行为测试(gametest):通电冻结 / 断电解冻、双冻结器互不干扰、拆除冻结器解冻、红石弱信号激活、繁殖上限限制、配方合成(9 鸡蛋 → 冻结器)、解冻速度清零
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:phZGXedL:rnTKlRZu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:phZGXedL:rnTKlRZu"
}

