From 942026a417a1b7bd2f77669223c4ed260bd7014c Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:20:59 +0100 Subject: [PATCH] Create spawner_entity.md --- docs/effects/all-filters/spawner_entity.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/effects/all-filters/spawner_entity.md 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 +```