Skip to content

Commit

Permalink
releasing new version rn
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed May 6, 2024
1 parent 59fe80f commit 7adb356
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/github/itzispyder/improperui/ImproperUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ public class ImproperUI implements ModInitializer {
@Override
public void onInitialize() {
ImproperUIAPI.init("improperui", ImproperUI.class,
"scripts/what.ui",
"scripts/screen.ui"
"scripts/homescreen.ui",
"scripts/example.ui"
);
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 7adb356

Please sign in to comment.