Skip to content

Commit af21851

Browse files
committed
Fix compile error
1 parent f8c1eb9 commit af21851

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/io/github/prospector/modmenu/util/TestModContainer.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ public String getId() {
9090
return this.id;
9191
}
9292

93+
@Override
94+
public Collection<String> getProvides() {
95+
return null;
96+
}
97+
9398
@Override
9499
public Version getVersion() {
95100
return this.version;

0 commit comments

Comments
 (0)