Calm Mornings

Quick rating

Calm Mornings

No reviews yet

Despawns hostile mobs around the player upon waking up!

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
Calm Mornings - 1.21-4.1.0
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

03a512a1608c6cb5e62d9d3b402024b0c932eceb.png

Calm Mornings will look for any Hostile mobs(with notible exceptions), within a specified radius around a player upon waking up, and despawn them. This was done to help "simulate" the movement of monsters during the night.

No more creepers waiting right outside your doors, making your morning strolls a little calmer.

## Info:

This mod is highly configurable, and most aspects of what this mod does can be adjusted to suit your needs.

#General Settings
[general]
    #Use list instead of builtin rules for despawning?
    enableList = false
    #List of mobs to despawn. [Requires enableList]
    #Formatting: ["minecraft:zombie", "minecraft:*", "<modId>:<entityId>"]
    mobs = ["minecraft:zombie", "minecraft:skeleton", "minecraft:spider", "minecraft:creeper"]
    #Adds mobs to despawn group. Mobs in blacklisted are prevented from despawning.
    #Allowed Groups: boss, monster, villager, creature, ambient, construct, misc, blacklisted
    #Formatting: ["minecraft:villager:villager", "minecraft:*:creature", "<modId>:<entityId>:<group>"]
    groups = ["minecraft:ender_dragon:boss", "minecraft:wither:boss", "minecraft:warden:boss", "minecraft:villager:villager", "minecraft:wandering_trader:villager", "minecraft:iron_golem:construct", "minecraft:snow_golem:construct"]

#Range Settings
[range]
    #Should difficulty based range scaling be enabled?
    #Difficulty Scaling: EASY = base | NORMAL = base / 2 | HARD = base / 4
    enableScaling = true
    #Horizontal radius to check for mobs to despawn.
    #Range: 0 ~ 256
    horizontalRange = 64
    #Vertical radius to check for mobs to despawn.
    #Range: 0 ~ 64
    verticalRange = 16

#Conditional Checks
[checks]
    #Player must sleep before this time to allow despawning.
    #Allowed Values: MORNING_E, MORNING, MORNING_L, NOON_E, NOON, NOON_L, EVENING_E, EVENING, EVENING_L, NIGHT_E, NIGHT, NIGHT_L, DISABLED
    lateCheck = "NIGHT_L"
    #Latest time the player can wakeup to allow despawning.
    #Allowed Values: MORNING_E, MORNING, MORNING_L, NOON_E, NOON, NOON_L, EVENING_E, EVENING, EVENING_L, NIGHT_E, NIGHT, NIGHT_L, DISABLED
    morningCheck = "MORNING_E"
    #Should non-sleeping players prevent despawning around them?
    playerCheck = true

    #Group Checks [Disabled by enableList]
    [checks.group_checks]
        #Check boss group?
        bossCheck = false
        #Check monster group?
        monsterCheck = true
        #Check villager group?
        villagerCheck = false
        #Check creature group?
        creatureCheck = false
        #Check ambient group?
        ambientCheck = false
        #Check construct group?
        constructCheck = false
        #Check misc group?
        miscCheck = false

## FAQ:

Q: How does this work with Persistent mobs?

A: If they are named, it ignores them; otherwise it will drop their equipment when despawning them.

Q: Where should I leave suggestions or feedback?

A: I would love to hear any suggestions or feedback you have! I only ask that you leave it as a new issue on the mods Github as it makes it easier for me to manage and track.

Q: Can I use this in my modpack?

A: Absolutely! I only ask that you give credit if you do. Other than that, feel free to include it and modify it however you see fit for your pack.

Q: What version(s) will be supported?

A: Only the latest major version will be supported. I may update older versions if there are any major bugs/oversights, but will not be backporting new features to them.

Q: Is this compatible with X mod?

A: I have gone out of my way to try and make this mod as compatible with as many mods as possible. If you experience any incompatibilities, please report the issue on the mods Github.

03a512a1608c6cb5e62d9d3b402024b0c932eceb.png

Calm Mornings will look for any Hostile mobs(with notible exceptions), within a specified radius around a player upon waking up, and despawn them. This was done to help "simulate" the movement of monsters during the night.

No more creepers waiting right outside your doors, making your morning strolls a little calmer.

Info:

This mod is highly configurable, and most aspects of what this mod does can be adjusted to suit your needs.

#General Settings
[general]
    #Use list instead of builtin rules for despawning?
    enableList = false
    #List of mobs to despawn. [Requires enableList]
    #Formatting: ["minecraft:zombie", "minecraft:*", "<modId>:<entityId>"]
    mobs = ["minecraft:zombie", "minecraft:skeleton", "minecraft:spider", "minecraft:creeper"]
    #Adds mobs to despawn group. Mobs in blacklisted are prevented from despawning.
    #Allowed Groups: boss, monster, villager, creature, ambient, construct, misc, blacklisted
    #Formatting: ["minecraft:villager:villager", "minecraft:*:creature", "<modId>:<entityId>:<group>"]
    groups = ["minecraft:ender_dragon:boss", "minecraft:wither:boss", "minecraft:warden:boss", "minecraft:villager:villager", "minecraft:wandering_trader:villager", "minecraft:iron_golem:construct", "minecraft:snow_golem:construct"]

#Range Settings
[range]
    #Should difficulty based range scaling be enabled?
    #Difficulty Scaling: EASY = base | NORMAL = base / 2 | HARD = base / 4
    enableScaling = true
    #Horizontal radius to check for mobs to despawn.
    #Range: 0 ~ 256
    horizontalRange = 64
    #Vertical radius to check for mobs to despawn.
    #Range: 0 ~ 64
    verticalRange = 16

#Conditional Checks
[checks]
    #Player must sleep before this time to allow despawning.
    #Allowed Values: MORNING_E, MORNING, MORNING_L, NOON_E, NOON, NOON_L, EVENING_E, EVENING, EVENING_L, NIGHT_E, NIGHT, NIGHT_L, DISABLED
    lateCheck = "NIGHT_L"
    #Latest time the player can wakeup to allow despawning.
    #Allowed Values: MORNING_E, MORNING, MORNING_L, NOON_E, NOON, NOON_L, EVENING_E, EVENING, EVENING_L, NIGHT_E, NIGHT, NIGHT_L, DISABLED
    morningCheck = "MORNING_E"
    #Should non-sleeping players prevent despawning around them?
    playerCheck = true

    #Group Checks [Disabled by enableList]
    [checks.group_checks]
        #Check boss group?
        bossCheck = false
        #Check monster group?
        monsterCheck = true
        #Check villager group?
        villagerCheck = false
        #Check creature group?
        creatureCheck = false
        #Check ambient group?
        ambientCheck = false
        #Check construct group?
        constructCheck = false
        #Check misc group?
        miscCheck = false
FAQ:

Q: How does this work with Persistent mobs?

A: If they are named, it ignores them; otherwise it will drop their equipment when despawning them.

Q: Where should I leave suggestions or feedback?

A: I would love to hear any suggestions or feedback you have! I only ask that you leave it as a new issue on the mods Github as it makes it easier for me to manage and track.

Q: Can I use this in my modpack?

A: Absolutely! I only ask that you give credit if you do. Other than that, feel free to include it and modify it however you see fit for your pack.

Q: What version(s) will be supported?

A: Only the latest major version will be supported. I may update older versions if there are any major bugs/oversights, but will not be backporting new features to them.

Q: Is this compatible with X mod?

A: I have gone out of my way to try and make this mod as compatible with as many mods as possible. If you experience any incompatibilities, please report the issue on the mods Github.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

1m
Total Downloads
CurseForge
1m
Modrinth
~13,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works