Language

Entity Freezer & Limit breeding

Entity Freezer & Limit breeding

Modrinth

BlockDynamics monitors the number of entities in chunks to control their spawning and adds a block controlled by Redstone that freezes entities in a specified area.

245 downloads 2 followers updated 2mo ago
latest v1.0.7-fix Modrinth
Forge Neoforge 1.20.1 – 26.1 Game-mechanicsOptimizationUtility

Mod Description

zh_cn 简体中文

If you have any questions, please let me know on the GitHub issue

Overview

Current function:

  • Control the reproduction of creatures by monitoring their population within the block, avoiding overpopulation in specific areas and enhancing the game experience.
  • Add a new block-entity freeze device, which can freeze creatures within a designated area (7x7) through redstone control.

Acquisition method

You can either compile it yourself or download it from the Release page. Alternatively, you can download the latest build from Github action.

Core Functions

Reproduction restrictions

  • Monitoring range: An 8x8x8 area centered around the location of the biological parents (from coordinates X-8, Y-8, Z-8 to X+8, Y+8, Z+8)
  • Spawning restriction: When the number of Mob entities in the area exceeds the configured maxMobsInChunk value, spawning behavior will be canceled

Entity Freezer

  • Monitoring range: The radius is set by the configuration file, with a default radius of 8
  • Freezing condition: When being charged, the entity will be frozen. After canceling the charging, the entity will be unfrozen.

Configuration Instructions

Configuration file location

config/blockd-common.toml

License

This module is licensed under the MIT License - please refer to the LICENSE file for details.

Versions

Release
1.0.7-fix
neoforge · 1.21.11 · 2mo ago
can drop by hand
14
Release
1.0.7-fix
neoforge · 26.1 · 2mo ago
fix: now can drop by hand
9
Beta
1.0.7
neoforge · 26.1 · 2mo ago
26.1
11
Release
1.0.7-fix
neoforge · 1.21.1 · 2mo ago
19
Release
1.0.7
neoforge · 1.21.11 · 2mo ago
5
Release
1.0.7
forge · 1.20.1 · 5mo ago
修复了区块卸载后实体解冻的问题
83

Comments 0

No comments yet. Be the first to share your thoughts.

Download Entity Freezer & Limit breeding

Files are served directly from the original source. Modgrid does not host or modify them.