From 239c4eb1b93d0260615715d419d44421b75fd4a2 Mon Sep 17 00:00:00 2001 From: Red <61326916+RedDevel2@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:56:41 +0200 Subject: [PATCH] Set types --- .../plugins/MythicMobs/RandomSpawns/PhantomSpawns.yml | 2 +- .../plugins/MythicMobs/RandomSpawns/UndyingSpawns.yml | 2 +- .../plugins/MythicMobs/RandomSpawns/ZorslugSpawns.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns.yml b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns.yml index 9ef08b700..1e6bcef3c 100644 --- a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns.yml +++ b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns.yml @@ -7,4 +7,4 @@ PhantomSpawn: Biomes: END_HIGHLANDS, END_MIDLANDS, END_BARRENS Conditions: - outside - - mobsinradius{t=MyCustomMob;a=<3;r=64} true \ No newline at end of file + - mobsinradius{t=Vulture;a=<3;r=64} true \ No newline at end of file diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/UndyingSpawns.yml b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/UndyingSpawns.yml index a5a838911..1a549f4c3 100644 --- a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/UndyingSpawns.yml +++ b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/UndyingSpawns.yml @@ -7,4 +7,4 @@ RandomUndying: Biomes: BASALT_DELTAS Conditions: - outside - - mobsinradius{t=MyCustomMob;a=<1;r=128} true \ No newline at end of file + - mobsinradius{t=The_Undying;a=<1;r=128} true \ No newline at end of file diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/ZorslugSpawns.yml b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/ZorslugSpawns.yml index 9e1dc74da..be1393388 100644 --- a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/ZorslugSpawns.yml +++ b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/ZorslugSpawns.yml @@ -7,4 +7,4 @@ RandomZorslug: Biomes: END_BARRENS Conditions: - outside - - mobsinradius{t=MyCustomMob;a=<1;r=48} true \ No newline at end of file + - mobsinradius{t=Zorlsug;a=<1;r=48} true \ No newline at end of file