Posted May 11, 201411 yr I have been having an error on this line of code. proxy.registerRenderers(); in the FutureWeaponsMain class proxy cannot be resolved I have tried a few things and read some things on methods and classes, but I haven't fixed it. I may be being dumb... I probably am... but thanks for any help. I can't figure it out. Here's the code https://github.com/chasingfirehpps/Future-weapons-mod
May 11, 201411 yr Hi This link might help. http://greyminecraftcoder.blogspot.com.au/2013/11/how-forge-starts-up-your-code.html Looks to me like you're missing a declaration of the proxy variable in your main class. -TGG
May 11, 201411 yr Author what do I put into the quotation marks @SidedProxy( clientSide = "", serverSide = "" )
May 11, 201411 yr Author Ok I made some changes. now Minecraft is crashing. https://github.com/chasingfirehpps/Future-weapons-mod
May 11, 201411 yr Author Ok the crash is gone... now it just doesn't render https://github.com/chasingfirehpps/Future-weapons-mod
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.