Block Spawn
No reviews yet
Allows for spawning mobs when players break blocks.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
This mod allows for entities to be spawned when players break blocks. Any block can be configured to spawn a single entity out of a provided array, with a specified chance and toggles for terrain adjustment and immediate player targeting.
Example configuration
The attempts to spawn entities are in the order they are defined in the configuration file, meaning an entity that is second in order will only have a chance to be spawned if the one before it fails to.
{
"minecraft:cobweb": [
{
"mob": "minecraft:cave_spider",
"chance": 0.05,
"adjustTerrain": false,
"targetPlayer": true
}
],
"minecraft:stone_bricks": [
{
"mob": "minecraft:silverfish",
"chance": 0.05,
"adjustTerrain": false,
"targetPlayer": false
},
{
"mob": "minecraft:endermite",
"chance": 0.01, // * 0.95 = 0.0095
"adjustTerrain": false,
"targetPlayer": false
}
]
}
Option descriptions
list keyThe namespaced identifier of a blockmobThe identifier of an entitychanceA percentage chance for an entity to spawnadjustTerrainWhether terrain around the entity should be destroyed when it spawns, keeping the block directly under ittargetPlayerWhether the entity should spawn targeting and aggressive towards the player
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers