Posted February 6, 20223 yr I've recently done some refactoring due to my first mod being very unorganized in terms of folders and file locations, and when I try to run the mod to see if I've done something wrong I get this error: Mod has failed to load correctly (java.lang.StackOverflowError: null) java.lang.StackOverflowError: null at net.roggyman01.rumbamod.blocks.ModBlocks.register(ModBlocks.java:51) ~[?:?] The log seems to be pointing at my modBlocks register method public static void register(IEventBus eventBus){ register(eventBus); //Line 51 } Could someone help me out?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.