Skip to content

Commit

Permalink
test maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
database-test committed Oct 27, 2024
1 parent 08bec18 commit e332975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
public class BridgeMap {


public static final BridgeMap NETHFLAT = new BridgeMap("Neth Flat", "Neth Flat", new EntityPos(0, 80, -41, 0, 0), new EntityPos(0, 80, 41, 180, 0), new StructureMap(new Identifier("bridge", "nethflat"), StructureMap.Rotation.NO_ROTATION, true, new BlockPos(0, 80, 0), new BlockPos(-36, -3, -51), true));
public static List<BridgeMap> bridgeMaps = new ArrayList<>();
public static BridgeMap NETHFLAT = new BridgeMap("Neth Flat", "Neth Flat", new EntityPos(0, 80, -41, 0, 0), new EntityPos(0, 80, 41, 180, 0), new StructureMap(new Identifier("bridge", "nethflat"), StructureMap.Rotation.NO_ROTATION, true, new BlockPos(0, 80, 0), new BlockPos(-36, -3, -51), true));
public String id;
public String name;
public EntityPos team1Pos;
Expand Down

0 comments on commit e332975

Please sign in to comment.