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 d483317 commit ca7c10aCopy full SHA for ca7c10a
bs-dev/src/main/java/net/minecraftforge/bootstrap/dev/Util.java
@@ -174,14 +174,6 @@ private static boolean isMultiRelease(Manifest mf) {
174
return mf != null && Boolean.parseBoolean(mf.getMainAttributes().getValue(MULTI_RELEASE));
175
}
176
177
- public static void main(String[] args) {
178
- var p = Path.of("Z:\\Projects\\Forge_1214\\projects\\forge\\bin\\main");
179
- for (int x = 0; x < 100; x++) {
180
- var mod = findModuleName(p);
181
- System.out.println(mod);
182
- }
183
184
-
185
@SuppressWarnings("unchecked")
186
static <E extends Throwable, R> R sneak(Exception exception) throws E {
187
throw (E)exception;
0 commit comments