Posted March 31, 201312 yr I've finished coding my first mod which contains a new mob. Nothing amazing or outstanding I know, but you need to start somewhere! I am having some problems though with the mob not rendering or spawning. Here is all my code. If you see what I need to change I would appreciate you posting it for me! mod_CyborgCreeper.java : http://pastebin.com/VXdx5MNd ModelCyborgCreeper.java : http://pastebin.com/9JKzvQ57 RenderCyborgCreepr.java : http://pastebin.com/jTJ06Xap EntityCyborgCreeper.java : http://pastebin.com/EeGW1Jxy ClientProxy.java : http://pastebin.com/c15fApma CommonProxy.java : http://pastebin.com/SXFu1hCk Many Thanks, LamboSV
March 31, 201312 yr I am having some problems though with the mob not rendering or spawning. So is the mob spawning, but not rendering, or rendering, but not spawning? Or both of these problems? http://imageshack.us/a/img707/2757/senitielsspacemarinemod.png[/img]
April 1, 201312 yr Author I am having some problems though with the mob not rendering or spawning. So is the mob spawning, but not rendering, or rendering, but not spawning? Or both of these problems? Sorry I should've been clearer. The mob will spawn but not every time. But it will only show the shadow of the mob. The mob can be pushed(shadow moves) but not hit. It also will not damage the player. Another miner detail is that the egg isn't named.
April 2, 201312 yr I see that i have 2 extra methods in my render method 1 doRenderLiving 2 doRender.I don't really know what it does. I just copied rendercow and replaced all the names. My suggestion is you try that too
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.