We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f33ed commit fdbe554Copy full SHA for fdbe554
src/main/java/module-info.java
@@ -5,6 +5,7 @@
5
requires luaj.jse;
6
7
requires net.minecraftforge.eventbus;
8
+ requires java.desktop;
9
10
exports org.mangorage.mangobotplugin.entrypoint;
11
exports org.mangorage.mangobotplugin.commands.trick;
0 commit comments