You Shall Not Spawn!

Disable unwanted mobs from spawning using JSON configuration.
Supports Forge, Fabric, and Quilt
⭐ Features ⭐
Add the ID of the entity you want to remove in config/ysns/disabled_entities.json5 to completely remove entities from spawning.
Whether per dimension or globally (by using "!.*"), you can control the spawn rate of an entity in the config/ysns/per_dimension_entities.json5 config.
Need to disable multiple entities from 1 mod? Or is there a pattern in them? Then no need to repeat yourself!
With regular expressions, you can disable multiple entities in a single entry, disable all entities from a mod, and a lot more! Simply start the entry with "!" and then write your regular expression.
The config files have comments explaining and giving examples of what you need to add to make the mod work! If you need extra help, feel free to hop in my Discord in the #elocins-projects channel.
FAQ
- Can I use this in my modpack?
Of course! It was designed for modpack creators to remove undesired entities that may unbalance the game or create issues.
- Can I still make the entities spawn?
In the case of using the disabled_entities config, no. Once a mob is added to the blacklist, there is no way to spawn it by any method. Both natural or through eggs/commands. This mod is meant to completely remove undesired entities.
In the case of the per_dimension config, it works via chance, so at 0.0 they won’t spawn at all. But at 0.5 it’ll have a 50% chance of spawning.
Everything happens on the server’s side. Though it is recommended to leave the mod and config for clients too, for the case they want to play a single-player world. You should always leave this mod in the server pack alongside its config.
- What if I add an entity to the blacklist that was already spawned?
Spawned entities will still exist, so it’s up to you if you want to kill them or not. For this reason, it’s recommended to configure the mod before creating a world.
- What if I misspell an entity’s ID in the config file?
Nothing will happen. Adding invalid IDs won’t cause issues, but obviously, the entity won’t be blacklisted as it technically doesn’t exist. The same thing would happen if the mod isn’t present, but it will be if it’s added later and the ID is valid.
You Received a Crit from the Arrow│你受到了箭矢的暴擊
# Function│功能
Arrows fired by AI mobs with bows or crossbows will now be crit arrows.│現在AI生物透過弓或弩所射出的箭矢都會是暴擊箭矢。
You May Rest Now

[Report Issues](https://github.com/JamCoreModding/you-may-rest-now) • [Chat on Discord](https://discord.jamalam.tech) • [CurseForge](https://curseforge.com/minecraft/mc-mods/you-may-rest-now) • [Modrinth](https://modrinth.com/mod/you-may-rest-now)
You May Rest Now modifies the vanilla ‘You may not rest now, there are monsters nearby’ mechanic to
allow sleeping, assuming that any nearby monsters can not reach you. It it also configurable to
completely disable the mechanic.
## How to Configure
You May Rest Now can be configured via an in-game configuration screen which can be accessed in Mod
Menu (Fabric/Quilt) or the mods screen (Forge/NeoForge).
There are 3 options for the mode:
1. `VANILLA`: use the default vanilla behavior (only able to sleep if no monsters are nearby)
2. `DENY_IF_PATHFINDABLE`: allow sleeping only if nearby monsters cannot reach you.
3. `DISABLE`: always allow sleeping no matter what monsters are nearby.
[](https://bisecthosting.com/jamalam)
You Like Food?
# **This modpack is no longer receiving any updates and the latest version currently available may have lots of bugs involved.**
**A modpack all about eating food and gaining hearts based off of eating food**
Placed in a vast world surrounded by the wilderness, all you have to do is survive. There is no end goal for this modpack. Just eat and gain hearts. Pretty simple if you ask me
Wth the simple premise of just eating food and gaining hearts and playing the game at your own pace all thanks to the mod Spice of Life: Carrot Edition. Over 3000 different foods to eat with many ways to farm. Half of the mods you will see are food mods adding the simple premise of adding foods to the game and different recipes to craft them.
With mods like:
– Farmer’s Delight
– Croptopia
– Pam’s HarvestCraft
– [Let’s Do] Mods
– Nether’s and End’s Delight
– Create
– And many other Farmer’s Delight and Create addons with the purpose of adding food.
Of course, that is not all the mods that are in here since the experience needs to be interesting with many different adventure type mods. With foods requiring you to go to different dimensions in order to craft. There is a little bit of everything inside of this modpack. With a little technology, with a little bit of building mods to spice up your world. Many different structure mods in order for you to explore the wonders of the world.
With the [Heracles](https://modrinth.com/mod/heracles) mod adding quests to your world, adding a way that lets you get some sort of reward for doing different tasks within the modpack. The quests do not help with progression and are mainly there to help with certain mods and what you can do with them.
This is the about modpack all about liking food, do You Like Food?
_____________________________________________________________________________________________________________
I am always up for suggestions on how to improve my modpack so if you have please join my discord, the link is under the External Resources.
If you wish to play on the official You Like Food server, the server is already embedded into the modpack and you just have to click on the multiplayer tab in Minecraft to see it.
There is also a CurseForge You Like Food, also made by me, which is different from the on Modrinth. So if you wish for a different experience as well as different quests I suggest playing the CurseForge version as well.
[You Like Food CurseForge](https://www.curseforge.com/minecraft/modpacks/you-like-food)
Please report any issues you find in the modpack to my discord as well. Thank you and have fun playing.
[Use my code Kadeee1 for 25% off when buying your first server from BisectHosting]( https://bisecthosting.com/Kadeee1)

You Don’t Have The Right (Recipe)
# You Don’t Have The Right (Recipe)
An overengineered mod to fix the [“working as intended”](https://bugs.mojang.com/browse/MC-143214)
`doLimitedCrafting` gamerule. Among other things.
# Features
* Furnaces and brewing stands obey `doLimitedCrafting` according to the recipe book of
the last player who changed their contents.
* Data driven potion recipes! This was not outside of the scope of the mod at all.
* Completely rewritten tick logic for furnaces and brewing stands! It should increase
performance (untested) and amount of bugs (untested, too).
* Force `doLimitedCrafting` to `true` on all dimensions, regardless of the underlying
value of the gamerule (configurable).
* Prevent Steve from receiving “divine inspiration” recipes every time he picks up a new item
or touches water (configurable).
* And an amazing API for developers that no one but me will ever use!
# Known uncompatibilities
* **[NERB (Not Enough Recipe Book)](https://modrinth.com/mod/notenoughrecipebook)**, as it disables the
recipe book entirely, which is the underlying mechanism of this entire mod.
* Any mod that modifies the tick logic of furnaces or brewing stands.
* Any mod that adds potions, as these will not work since they have no generated recipes.
Ping me to get your mod’s potion recipes generated and included!
# Best used with…
* **[Better Recipe Book](https://modrinth.com/mod/brb/versions)**, with “hide locked recipes”
option enabled
* **[CraftTweaker](https://modrinth.com/mod/crafttweaker)** or **[KubeJS](https://modrinth.com/mod/kubejs)**
to actually leverage the features of this mod
# License
This mod is licensed under the MIT license.
# Modpacks
Feel free to use this mod in any modpack, where it best shines! If you could let me know that you will use
this mod in your modpack, it would make me very happy.
You Died
## You Died
This mod adds a Dark Souls inspired death screen.

#### Bugs/Ideas/Requests?
Post bugs/ideas/requests on my Github issue tracker.
#### Modpacks?
You are free to use this mod in modpacks.
You Die You Lose a Heart (Discontinued)
You Die You Lose a Heart
Whenever you die you lose a heart, if you lose all of them you will be forced to go into spectator mode. This is similar to normal hardcore in Minecraft but somewhat forgiving.
Limit the maximum amount of hearts with /gamerule maxHearts (by default set to 20 hearts) and whether players can even get hearts with /gamerule canRestoreHearts true/false (by default set to true)

You can replenish hearts by eating enchanted golden apples. This gives enchanted golden apples actual use outside of pvp.


You cheated first
**When this mod is enabled, naturally spawned neutral or hostile mobs will spawn with 1 to 3 cheats.
This mod adds several items that make it convenient to apply cheats, as well as features to facilitate mob battles.**
How to use different cheats specificly:
Level Cheats: Right-click to switch levels, left-click to apply the selected level.
Other Cheats: Left-click to apply instantly.
Cheat Abilities:
1.Regeneration: Continuously restores health.
2.Regeneration After Hit: Restores health after taking a certain number of hits.
3.Radial Arrow: Shoots arrows in all directions.
4.Respawning: Revives once (Only works on some mobs).
5.Teleportation: Gains the abilty to teleport behind the target.
6.Enhancement: Every 15 seconds, enhances itself by increasing some base attributes including attack
damage, armor, health, and toughness. Can be stacked up to 100 times.
7.Damage Cap: Limits the damage taken within a certain period.
8.Anti-Flying: Prevents the target from flying high.
9.Iframes Remover: Exploits the target’s weakness, nullifying their invincibility frames.
10.Anti-Healing: Prevents the target from healing (Only works on some mobs)
11.Reflection: Immune to projects and reflects some projectiles.
12.Explosive Projectile: Adds explosive properties to your projectiles.
13.Tipped Projectile: Adds random harmful effects to your projectiles(had config).
14.Egg Projectile: Makes projectiles transform into egg.
15.Rebellion: Makes enemies attack your current target.
16.Steadfast: Prevents knockback when the attacker is close.
17.Potion Firing: Fires random harmful potions.
18.Purification: Periodically clears non-whitelist effects from itself(has config).
19.Chaos: Your attacks throw the enemy into chaos.
20.Berserk: Enters a berserk state, boosting stats but continuously draining health.
21.Dodge: Chance to dodge enemy attacks and teleport a short distance.
22.Lightning: Attacks can unleash chain lightning, striking multiple enemies.
23.Toughness: Grants a brief moment of invincibility, regeneration and grants buff when hit (low chance).
24.Attraction: Attracts all nearby mobs.
25.Healing Suppression: Decrease the target’s healing amount. The higher the amount, the more obvious
the reduction effect.
26.Damage flask: Increases the target’s token damage amount. The higher the amount, the more obvious
the damage increase effect.
27.Detonation: Triggers a violent explosion upon mob death.
28.Trial: When attacking, there’s a chance to summon minions.
29.Webber: Places cobwebs upon death. Attacks have a chance to place cobwebs under target’s feet, mob will walk around the webs.
30.Disarming: Attacks have a chance to knock the main-hand and off-hand items out of the target’s hands.
31.Frost: Fires a small snow. Hitting the target slows them and inflicts freezing damage.
32.Long Sight: Doubles the targeting range. It will actively detect mobs that targeting itself.
33.Mag Spawner: Attacks have a chance to spawn mags.
34.Minor Damage Immunity: Ignores minor damage and reduce damage.
35.Cancel Removal: Except for death, peaceful mode, and chunk unloading, entities cannot be removed by
the remove() method.
36.Ride: Attacks make mob riding(Creative Only).
37.Johnny: Initiate a attack on any mob.
Survival Mode Aspects:
When mobs spawn naturally (not from spawn eggs or mob spawners), there is a chance they will spawn
with 1 to 3 cheats (this does not apply to certain hard-coded spawns, such as Slimes).
When a Level Cheat appears, its maximum level is capped at one less than the maximum level of that
augment (e.g., if an cheat’s maximum level is normally 4, a naturally spawned mob with that cheat can
only have it at level 3 or lower; this excludes Reflection and Egg Projectile).
Naturally spawned mobs with cheats will display their health bar and name for easier identification. The
color of the health bar and name depends on the rarity color of their rarest cheat.
Note: Rarity does not indicate danger level or spawn probability.
These effects only apply to hostile and neutral mobs.
Spawn probabilities: 0% on Peaceful, 5% on Easy, 10% on Normal, 15% on Hard(has config).
Mob Battle Mode Aspects:
Hold a cheat in your offhand and a spawn egg in your main hand to apply the cheat to the spawn egg. Mobs spawned from it will definitely have this cheat.
Hold a Multi-Cheat Rod (WIP) in your offhand and a spawn egg in your main hand to open a gui to add or remove cheats on the spawn egg.
You can’t touch grass!
# When you touch a `grass_block`, you die!
This Minecraft datapack adds a challenge: if you step on a grass block, you die instantly.
Perfect for hardcore or challenge worlds.
**Don’t worry! When you spawn in your world/server with this datapack, a sand block spawns underneath you!**
## Gallery
The sand block that spawns underneath you once you join:

When you die to the grass block:

Message once you join:

## How to instal a datapack:
You cant survive
Welcome to You cant survive – A Terrifying Minecraft Horror Experience Dare to enter the darkest corners of Minecraft? the world you once knew is now twisted into a nightmare. Survive against terrifying mobs, eerie atmospheres, and heart-pounding encounters at every turn. Featuring a collection of the most spine-chilling mods, this modpack turns Minecraft into a game of fear and survival.