Posted October 22, 20178 yr As before here is my code: https://github.com/linkisheroic/minestuckarsenal The crash is as follows: https://pastebin.com/CELREyNY The way that I'm doing it now is a bit different than I'm used to, so I wouldn't be completely surprised if I've made a novice mistake with resource locations.
October 22, 20178 yr Author Alright I fixed that error, but now my items aren't registered in the game for some reason. Even though I subscribe to the registry event and register them in my items class, which gets handled in the main class.
October 22, 20178 yr https://github.com/linkisheroic/minestuckarsenal/blob/master/src/main/java/com/natura/minestuckarsenal/item/MinestuckArsenalItems.java#L99-L100 You've made your registration event handler static. Because you are creating a new instance and registering that instance with the event bus, your method needs to be non-static. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.