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 83bb80d commit d4c8438Copy full SHA for d4c8438
src/main/java/micdoodle8/mods/galacticraft/api/galaxies/GalaxyRegistry.java
@@ -219,18 +219,6 @@ public static <T> void register(T object)
219
objects.add(celestialType);
220
MinecraftForge.EVENT_BUS.post(registerEvent);
221
}
222
- throw new GalacticraftRegistryException("Unable to register " + object);
223
- }
224
-
225
- public static class GalacticraftRegistryException extends RuntimeException
226
- {
227
228
- private static final long serialVersionUID = -6874512550357215087L;
229
230
- public GalacticraftRegistryException(String message)
231
232
- super(message);
233
234
235
236
/**
0 commit comments