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<Location> 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,