diff --git a/docs/effects/all-filters/spawner_entity.md b/docs/effects/all-filters/spawner_entity.md new file mode 100644 index 0000000000..47de2041a6 --- /dev/null +++ b/docs/effects/all-filters/spawner_entity.md @@ -0,0 +1,11 @@ +# `spawner_entity` + +The list of the types of mobs within a spawner that the effect should activate on + +# Example Config +```yaml +filters: + spawner_entity: + - zombie + - cave_spider +```