Jump to content

Recommended Posts

Posted
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!

Posted
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!

Posted
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.

  • Like 2

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.