updated coordinates

This commit is contained in:
Elias Müller 2024-12-20 21:52:22 +01:00
parent 47db27a86e
commit 38da5b1d34

View File

@ -34,12 +34,9 @@ import static org.bukkit.Sound.MUSIC_DISC_PIGSTEP;
public class ProjectStart extends Appliance { public class ProjectStart extends Appliance {
private final int startMusicAt = 137; private final int startMusicAt = 137;
private final World startWorld = Bukkit.getWorld("world"); 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( private final List<Location> netherFireLocations = List.of(
new Location(this.startWorld, -211, 68, -354), new Location(this.startWorld, 0, 70, -300)
new Location(this.startWorld, -209, 68, -356),
new Location(this.startWorld, -207, 68, -354),
new Location(this.startWorld, -209, 68, -352)
); );
private final Countdown countdown = new Countdown( private final Countdown countdown = new Countdown(
@ -50,7 +47,7 @@ public class ProjectStart extends Appliance {
); );
private final BlockCycle blockCycle = new BlockCycle( private final BlockCycle blockCycle = new BlockCycle(
this.glassLocation, this.glassLocation,
Material.ORANGE_STAINED_GLASS, Material.PINK_STAINED_GLASS,
List.of( List.of(
Material.RED_STAINED_GLASS, Material.RED_STAINED_GLASS,
Material.YELLOW_STAINED_GLASS, Material.YELLOW_STAINED_GLASS,