Skip to content

Commit

Permalink
Add pl3xmap to default map options in Fabric/Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Feb 18, 2024
1 parent ae2c412 commit 7d7c112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private void save() {
private static class ConfigModel {
private Integer version = 1;
private BorderOptions borderOptions = new BorderOptions();
private MapOptions mapOptions = new MapOptions(List.of("bluemap", "dynmap", "squaremap"));
private MapOptions mapOptions = new MapOptions(List.of("bluemap", "dynmap", "pl3xmap", "squaremap"));

public Integer getVersion() {
return version;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private void save() {
private static class ConfigModel {
private Integer version = 1;
private BorderOptions borderOptions = new BorderOptions();
private MapOptions mapOptions = new MapOptions(List.of("bluemap", "dynmap", "squaremap"));
private MapOptions mapOptions = new MapOptions(List.of("bluemap", "dynmap", "pl3xmap", "squaremap"));

public Integer getVersion() {
return version;
Expand Down

0 comments on commit 7d7c112

Please sign in to comment.