1
I need help to code a minecart
Hello.
I am currently trying to create a custom minecart but unfortunately I have some issues. Can someone help me code it?
I am trying to update my mod.
Thanks in advance.
I am currently trying to create a custom minecart but unfortunately I have some issues. Can someone help me code it?
I am trying to update my mod.
Thanks in advance.
5
Send me a PM if you need anymore help!
Ok i will try it. Thanks for the help.
Well a normal minecart just with a different texture. Lets say White Minecart. It will do the same things like a normal minecart but it will just be white.
I can register the minecart in the main class file. But i cant make the minecart class or the tileentity class(if it is needed).
I cant post any code because i dont know how to make it.
I can register the minecart in the main class file. But i cant make the minecart class or the tileentity class(if it is needed).
I cant post any code because i dont know how to make it.
Minecarts don't use TileEntities, Only blocks do. Just make a new class with similar code to EntityMinecart, a RenderMinecart clone and a ModelMinecart clone, then register it and all should work
It would help if you posted the issues Or atleast tell us what you want to do (not just a new minecart, what kind of cart) so that we can point you in the right direction
