Skip to content

Commit

Permalink
ドラゴンが召喚されるように
Browse files Browse the repository at this point in the history
  • Loading branch information
tererun committed Oct 2, 2021
1 parent a27cf3e commit d16c956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void run() {
this.world.spawnEntity(LocationUtil.getCenterLocation(portalLocation.clone().add(-3, 1, 0)), EntityType.ENDER_CRYSTAL);
this.world.spawnEntity(LocationUtil.getCenterLocation(portalLocation.clone().add(0, 1, -3)), EntityType.ENDER_CRYSTAL);
DragonBattle dragonBattle = this.world.getEnderDragonBattle();
dragonBattle.resetCrystals();
dragonBattle.initiateRespawn();
this.world.playSound(this.fromLocation, Sound.ENTITY_GENERIC_EXPLODE, 1F, 1F);
this.world.playSound(this.fromLocation, Sound.ENTITY_ENDER_DRAGON_AMBIENT, 1F, 1F);
this.world.spawnParticle(Particle.EXPLOSION_HUGE, this.animEndRodLocation, 30, 5, 5, 5, 1);
Expand Down

0 comments on commit d16c956

Please sign in to comment.