diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns index b223b426b..6bf914334 100644 --- a/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns +++ b/ansible/files/zorweth-config/plugins/MythicMobs/RandomSpawns/PhantomSpawns @@ -1,14 +1,10 @@ PhantomSpawn: MobType: Vulture - Worlds: - - world - + Worlds: world + Action: REPLACE Chance: 0.15 - Priority: 1 - - Biomes: - - END_HIGHLANDS - - END_MIDLANDS - - SMALL_END_ISLANDS - - END_BARRENS - - THE_END \ No newline at end of file + Priority: 8 + Biomes: END_HIGHLANDS, END_MIDLANDS, SMALL_END_ISLANDS, END_BARRENS, THE_END + Conditions: + - outside true + - heightabove{h=60} true \ No newline at end of file diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Endermen.yml b/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Endermen.yml index f2c868019..caf7d48f1 100644 --- a/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Endermen.yml +++ b/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Endermen.yml @@ -6,3 +6,4 @@ TallEnderman: PreventTargetLoss: true Scale: 1.6 KnockbackResistance: 0.5 + Angry: true diff --git a/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Phantom.yml b/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Phantom.yml index 0c6b6024e..e92ddf2f7 100644 --- a/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Phantom.yml +++ b/ansible/files/zorweth-config/plugins/MythicMobs/mobs/Phantom.yml @@ -6,6 +6,7 @@ Vulture: Damage: 6 Options: - MaxCombatDistance: 64 + FollowRange: 64 + MovementSpeed: 0.35 PreventSunburn: true DigOutOfGround: true \ No newline at end of file