We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c225db commit 4f139f3Copy full SHA for 4f139f3
1 file changed
src/schembrowser/SchematicBrowser.java
@@ -23,6 +23,7 @@ public SchematicBrowser() {
23
@Override
24
public void init() {
25
schematicRepoDirectory = dataDirectory.child("schematic_repo/");
26
+ Migrations.run(this);
27
schematicBrowserDialog = new SchematicBrowserDialog(this);
28
29
ui.schematics.buttons.button("@schematicbrowser", Icon.host, () -> {
0 commit comments