Posted December 29, 20195 yr Hi, i wonder if i can make a ridable entity/mob but without the HorseEntity class, its possible? New in Modding? == Still learning!
December 29, 20195 yr Author 8 minutes ago, diesieben07 said: Of course. Any entity can be ridden. ? How to make this? I have see the HorseEntity Code and the AbstractHorseEntity, but i am new and can‘t read how to make a ridable entity. A Code example pls? New in Modding? == Still learning!
December 29, 20195 yr Author 2 hours ago, diesieben07 said: I think what you mean is "how to make it so I can right-click the entity to ride it", not "how to make a ridable entity" (because all entities are ridable). To do so, you need to override processInteract in your entity class. You can look at the vanilla entities that do this (e.g. HorseEntity or MinecartEntity for a simpler one). Ok, but the Gui? Should i make a new Thread or can i directly ask here, i want obtain the Gui with the Entity in the Middle as 3D Model and 2 or 3 slots for making chest or armor. New in Modding? == Still learning!
January 3, 20205 yr Author Sorry for this long offline time, i am sorry! Where can I find a sample code? New in Modding? == Still learning!
January 3, 20205 yr 45 minutes ago, DragonITA said: Sorry for this long offline time, i am sorry! Where can I find a sample code? I guess now is the time to ask if you know Java? You were given examples to research (the HorseEntity and MinecartEntity in the vanilla source), as well as all the pieces you would need to code together to build the GUI you are talking about. This should be more than enough information to get started, and if what you try doesn't work, post your code on github as a working repository (i.e. so that it could be downloaded/built), and post a link here along with a detailed description of the issue.
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.