From 38da5b1d3470b2bc941c34fa596e3975d1bf87c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Fri, 20 Dec 2024 21:52:22 +0100 Subject: [PATCH] updated coordinates --- .../spawn/appliances/projectStart/ProjectStart.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/java/eu/mhsl/craftattack/spawn/appliances/projectStart/ProjectStart.java b/src/main/java/eu/mhsl/craftattack/spawn/appliances/projectStart/ProjectStart.java index dcc3df5..1f1d09b 100644 --- a/src/main/java/eu/mhsl/craftattack/spawn/appliances/projectStart/ProjectStart.java +++ b/src/main/java/eu/mhsl/craftattack/spawn/appliances/projectStart/ProjectStart.java @@ -34,12 +34,9 @@ import static org.bukkit.Sound.MUSIC_DISC_PIGSTEP; public class ProjectStart extends Appliance { private final int startMusicAt = 137; private final World startWorld = Bukkit.getWorld("world"); - private final Location glassLocation = new Location(this.startWorld, -224, 67, -368); + private final Location glassLocation = new Location(this.startWorld, 0, 68, -300); private final List netherFireLocations = List.of( - new Location(this.startWorld, -211, 68, -354), - new Location(this.startWorld, -209, 68, -356), - new Location(this.startWorld, -207, 68, -354), - new Location(this.startWorld, -209, 68, -352) + new Location(this.startWorld, 0, 70, -300) ); private final Countdown countdown = new Countdown( @@ -50,7 +47,7 @@ public class ProjectStart extends Appliance { ); private final BlockCycle blockCycle = new BlockCycle( this.glassLocation, - Material.ORANGE_STAINED_GLASS, + Material.PINK_STAINED_GLASS, List.of( Material.RED_STAINED_GLASS, Material.YELLOW_STAINED_GLASS,