Skip to content

Commit

Permalink
Implement customizable GeneratorViewPanel.
Browse files Browse the repository at this point in the history
It allows users to customize view panel as they want.
  • Loading branch information
BONNe committed Feb 28, 2022
1 parent b69e45e commit 7d88087
Show file tree
Hide file tree
Showing 3 changed files with 1,261 additions and 606 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void saveDefaultConfig()
super.saveDefaultConfig();

this.saveResource("panels/main_panel.yml", false);
this.saveResource("panels/view_panel.yml", false);
this.saveResource("generatorTemplate.yml", false);
}

Expand Down

0 comments on commit 7d88087

Please sign in to comment.