Skip to content

Commit

Permalink
changed mctdatapack name to reflect true name
Browse files Browse the repository at this point in the history
  • Loading branch information
Braekpo1nt committed Mar 28, 2023
1 parent 121f49a commit 9271db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private void openGlassBarrier() {
}

private void closeGlassBarrier() {
Structure structure = Bukkit.getStructureManager().loadStructure(new NamespacedKey("mctstructures", "footrace/gateclosed"));
Structure structure = Bukkit.getStructureManager().loadStructure(new NamespacedKey("mctdatapack", "footrace/gateclosed"));
structure.place(new Location(footRaceWorld, 2397, 76, 317), true, StructureRotation.NONE, Mirror.NONE, 0, 1, new Random());
}

Expand Down

0 comments on commit 9271db1

Please sign in to comment.