Entity Setup Instructions
This pack modifies the Minecraft entity spawning and summoning settings. To apply your own changes:
1. Open the Entity File
Open the entity file you want to edit inside the entities/ folder.
2. Locate the Description Section
Find the following section:
{
"format_version": "1.26.10",
"minecraft:entity": {
"description": {
"identifier": "minecraft:",
"spawn_category": "",
"is_spawnable": true,
"is_summonable": true
}
}
}
3. Edit the Values
Modify the values inside the "description" section as needed.
Spawn Settings
Disable Natural Spawning
"is_spawnable": false
Prevents the entity from spawning naturally in the world.
Enable Natural Spawning
"is_spawnable": true
Allows the entity to spawn naturally.
Summon Settings
Disable Summoning
"is_summonable": false
Prevents players, commands, and other summon methods from spawning the entity.
Enable Summoning
"is_summonable": true
Allows players, commands, and other summon methods to spawn the entity.
4. Save and Reload
Save the edited file and reload the Behavior Pack in Minecraft.
Note
Incorrect JSON formatting (such as missing commas, brackets, or quotation marks) will cause the entity file to fail loading. Always validate your JSON after making changes.
- Edition: Minecraft Bedrock
- File type: .mcpack or .mcaddon
- Minecraft version listed: 26.20
- How to install: Download the .mcpack or .mcaddon file. → Open it — Minecraft imports it. → In your world: Behavior Packs → Available → Activate, then the same under Resource Packs.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.
Mob configuration is a free Minecraft Bedrock addon. Compatible with Minecraft 26.20. Downloaded 41 times (via CurseForge). Download it and open it directly in the game.