kitsunenongrata Posted February 20, 2013 Posted February 20, 2013 All my mod adds is creatures at the moment. It works just fine in single player. I get this error http://pastebin.com/fLMNrYY6 my client proxy file http://pastebin.com/RSSD0tQF my common proxy file http://pastebin.com/jp3aFbrH my main file http://pastebin.com/hwii8duH If that is not enough I can post an entity, model, and render file for view as well. Quote
opssemnik Posted February 20, 2013 Posted February 20, 2013 Please post the correct MyCraft java (the one that u sent was mycraft, but the error says MyCraft, also the line 26 on the file that u sent is null, so please post the correct file) Quote
kitsunenongrata Posted February 21, 2013 Author Posted February 21, 2013 its the correct one. I changed the name from the one I'm using for my mod with copy replace. I have my mod temp named after myself and I didn't wish to share my real name. It lacks creativity, I know, but its in the early state of development. The mycraft names are interchangeable but I can find replace them again to make them more consistent if that would help. Quote
kitsunenongrata Posted February 22, 2013 Author Posted February 22, 2013 so I should drop the lines public static ClientProxySovayCraft proxy = new ClientProxySovayCraft(); and proxy.registerRenders(); ? Quote
kitsunenongrata Posted February 22, 2013 Author Posted February 22, 2013 okay so I think I figured it out. The code should be: public static CommonProxySovayCraft proxy; IT works just fine single player as it always has. However, I get a new glitch server side. This glitch is based on some new code I worked out to create tameable monsters with all the special effects monsters get to play with. I have no idea why its just fine single but not multi. I could upload the whole thing but here is the error first. http://pastebin.com/RWiLZ I am using byte 25 to check if it can climb blocks which is currently not used by anything else that I know of. this.dataWatcher.getWatchableObjectByte(25) Quote
kitsunenongrata Posted February 25, 2013 Author Posted February 25, 2013 Don't think I need to at this point. I have an idea what I did wrong and will try to fix it. 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.