Skip to content

Commit

Permalink
Include skeleton horses and fix pillager y cord
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnyMarigold58 authored Aug 25, 2024
1 parent d2ae862 commit 6e74929
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ execute as @e[type=minecraft:skeleton,tag=!do2.manually_spawned] at @s run tp @s
execute as @e[type=minecraft:wandering_trader,tag=!do2.manually_spawned] at @s run tp @s ~ -200 ~
execute as @e[type=minecraft:trader_llama,tag=!do2.manually_spawned] at @s run tp @s ~ -200 ~
# Pillagers
execute as @e[type=minecraft:pillager,tag=!do2.manually_spawned] at @s run tp @s ~ ~-200 ~
execute as @e[type=minecraft:pillager,tag=!do2.manually_spawned] at @s run tp @s ~ -200 ~
# Skeleton Horses
execute as @e[type=minecraft:skeleton_horse,tag=!do2.manually_spawned] at @s run tp @s ~ -200 ~

0 comments on commit 6e74929

Please sign in to comment.