← Назад к ресурсам

Custom 100-Day BOSS

Players can customize the biological entities generated in 100 days

Modrinth

Описание

This is a feature allowing players to customize creatures spawned within 100 days. Players can modify the configuration file in the config folder. Configuration Content: - List of entity registry names (e.g., "minecraft:zombie", "minecraft:creeper"). Spawns entities sequentially in this order. entities = ["minecraft:zombie", "minecraft:creeper"] - Days between Boss spawns (Min: 5, Max: 100, Default: 10) days_interval = 10 - Whether the Boss spawn feature is enabled enabled = true When an entity spawns, you can open the chat bar and click the teleport button to be transported to its location. ![When an entity spawns, you can open the chat bar and click the teleport button to be transported to its location.](https://cdn.modrinth.com/data/cached_images/fa9486c185d09fcfe43ab0f269551a098f0a02f1.png) Entities will spawn in safe zones—open spaces without obstructions—to prevent phasing into blocks or getting stuck. This mod supports cross-dimension spawning and works with dimensions from other mods. ![This mod supports cross-dimension spawning and works with dimensions from other mods.](https://cdn.modrinth.com/data/cached_images/429d81754a699a20e8afc0b4c3d795567fce30d6.png) In most dimensions, if a safe zone cannot be located, the entity will spawn three blocks above the player's head. If you wish to disable this feature, you may use commands: Enable spawning: /100dayboss true Disable spawning: /100dayboss false