Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Jan 26, 2025
2 parents 83093d1 + 91dd02b commit b84632e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ execute positioned -519 -3 2007 as @e[type=minecraft:iron_golem,distance=..2,tag
# Rusty
scoreboard players set $dungeon do2.tests.amountOfMobsExists 0
execute as @e[type=iron_golem,tag=L2RUSTY] run scoreboard players add $dungeon do2.tests.amountOfMobsExists 1
execute unless score $dungeon do2.tests.amountOfMobsExists matches 1 run kill @e[type=ravager,tag=L2RUSTY]
execute unless score $dungeon do2.tests.amountOfMobsExists matches 1 run summon minecraft:ravager -520 -3 2007 {PersistenceRequired:1b, Tags: ["L2RUSTY"], Invulnerable: 1b, Health: 100f, CustomName: '{"text":"Rusty"}', Fire: -1s, PlayerCreated:1b}
execute unless score $dungeon do2.tests.amountOfMobsExists matches 1 run kill @e[type=iron_golem,tag=L2RUSTY]
execute unless score $dungeon do2.tests.amountOfMobsExists matches 1 run summon minecraft:iron_golem -520 -3 2007 {PersistenceRequired:1b, Tags: ["L2RUSTY"], Health: 99f, CustomName: '{"text":"Rusty"}', Fire: -1s, PlayerCreated:0b}



Expand Down

0 comments on commit b84632e

Please sign in to comment.