Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 6 days ago
All versions
1.2.1-alpha.8e7483f+26.2
Alpha
Entity Freezer & Limit breeding 1.2.1-alpha.8e7483f (26.2)6 days ago 12
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
改进
- 冻结器方块纹理更新,并缩放至 1024×1024(2 的幂)以恢复完整 mipmap(原 1254×1254 导致 mip level 降至 1,远距离观感有闪烁/锯齿)。
- 冻结器方块增加金属音效(
SoundType.METAL)。 - 方块掉落改用标准 loot table(
loot_tables/loot_table按版本路径),移除手写getDrops,数据包工具可正常识别。
配置
- 繁殖限制配置键
maxMobsInChunk更名为maxMobsNearby(原命名暗示按区块计数,实际按父代周围 17×17×17 范围统计)。注意:已有配置文件中的旧键会失效回退默认值,需更新blockd-common.toml或删除后重新生成。
测试 / CI
.github/workflows/build.yml新增 gametest 矩阵 job:push/PR 时对全部 4 个版本分别跑runGameTestServer(9 个行为测试),行为回归不再依赖本地手动验证。
自动 alpha 构建:commit 8e7483f91909ab820abfeb308ebd1a516b6d3bc9
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:iw4NThYL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:phZGXedL:iw4NThYL"
}

