Infested
Infested mechanic.
A custom block infested with Zombies and Slimes
# Example
Mechanics:
custom_block:
type: NOTEBLOCK
infested:
entities:
- ZOMBIE
- SLIME
probability: 1.0 # The chance for an entity to spawn. optional, defaults to 1.0
selector: random # entity selection method (all|random) all makes all entities spawn, random makes 1 of them spawn, optional, defaults to all.
particles: true # If breaking the block should spawn particles. optional, defaults to false
drop-loot: false # If the entity spawns, the loot won't drop, defaults to trueA custom block infested with SkeletalKnights and Wither Skeletons
Last updated