VoltDragon Posted October 28, 2018 Posted October 28, 2018 Code: https://pastebin.com/AZwDNPEi The error occurs in the last few lines of code: @Mod.EventHandler public void init(FMLInitializationEvent event) { MinecraftForge.EVENT_BUS.register(this); ClientCommandHandler.instance.registerCommand(new HitBoxMod()); } The full error is: The method registerCommand(HitBoxMod) is undefined for the type ClientCommandHandler For some reason, the .registerCommand is underlined if that helps. I'm rly tired rn so I think I'm just being dumb but I can't find a fix. Any help would be appreciated, thanks. Quote
VoltDragon Posted October 28, 2018 Author Posted October 28, 2018 Just now, diesieben07 said: Stop using 1.8.9. Wow, I need to it's a pvp mod. I can't just stop using 1.8.9 I do usually code in 1.12.2 Quote
VoltDragon Posted October 28, 2018 Author Posted October 28, 2018 1 minute ago, diesieben07 said: Yes, you can. Honestly, all I'm looking for is a solution, not an argument. If you can, point me in the right place, if not, leave me alone and I'll let someone else figure out the problem. Thanks. Quote
V0idWa1k3r Posted October 28, 2018 Posted October 28, 2018 11 minutes ago, VoltDragon said: all I'm looking for is a solution, not an argument. This is not an argument. 1.8.9 is 4 years old and is no longer supported on this forum. We simply can't offer you help with this version because there were too many changes and nobody wants to remember how to work with the outdated methods anymore. Quote
VoltDragon Posted October 28, 2018 Author Posted October 28, 2018 Just now, V0idWa1k3r said: This is not an argument. 1.8.9 is 4 years old and is no longer supported on this forum. We simply can't offer you help with this version because there were too many changes and nobody wants to remember how to work with the outdated methods anymore. Fair enough, is there anywhere else that I could post this or some other way I could correct the problem? Quote
Recommended Posts
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.