[Minecraf-Mod]繁殖抑制与实体冻结
[scode type="yellow"]该Mod是一个基于 Minecraft Forge 1.20.1 的模组。[/scode]
modrinth地址
当前功能:
- 通过监测区块内生物数量来控制生物繁殖,避免特定区域内生物过度密集,提升游戏体验。
- 新增一个方块-实体冻结器,用于通过红石控制冻结指定区域内的生物。
[collapse status="false" title="Mod开发信息"]
mod_id=blockd
# The human-readable display name for the mod.
mod_name=BlockD Mod
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.0.6
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
mod_group_id=com.huntersxy.blockd
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=Huntersxy
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=Huntersxy's mod.\n This mod is for his server.[/collapse]
更多获取方法
可自行编译或者通过Release 页面下载。你也可以从Github action中下载最新构建。
核心功能
[scode type="share"]
繁殖限制
- 监测范围:以生物父母所在位置为中心的 8x8x8 区域(从坐标 X-8, Y-8, Z-8 到 X+8, Y+8, Z+8)
繁殖限制:当区域内
Mob类实体数量超过配置的maxMobsInChunk值时,繁殖行为将被取消实体冻结器
- 监测范围:由配置文件设定半径,默认半径为 8
- 冻结条件:受到充能时,实体将冻结。取消充能后,实体解冻。
[/scode]
[collapse status="false" title="安装指南"]
- 确保已安装对应版本的 Minecraft Forge(支持 1.20.1 版本)
- 将模组的 JAR 文件放入 Minecraft 游戏目录下的
mods文件夹 - 启动游戏即可加载模组[/collapse]
配置说明
配置文件位置
config/blockd-common.toml许可证
本模组采用 MIT 许可证 - 详情请参见 LICENSE 文件。
本模组使用了 Minecraft Forge,其采用 LGPL 2.1 许可证。更多信息请参见 Forge 的许可证。
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »