How do I make a plane

Started by Cyan Husky on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a plane

I need help making a procedure for a plane, all the tutorials I have found are either not available anymore because they are 4 years old, or in a different language (not in english)

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
An Airplane or a 2D Plane?
Sun, 03/22/2026 - 22:18

An Airplane or a 2D Plane?

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
airplane, or really any…
Mon, 03/23/2026 - 19:40

airplane, or really any aircraft. i guess i should have specified that lol

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well from what I know, you…
Mon, 03/23/2026 - 20:03

Well from what I know, you can make an entity with a plane model, and make it ridable, and make the ride position for either the front or back depending on where you want it like. It will probably be kind of small for a plane though

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am assuming for a plane…
Tue, 03/24/2026 - 02:03

I am assuming for a plane you are referring more like to the ability to fly. If so, here is one that Klemen used to share, you would put it on your entity tick (You would make a rideable entity and enable all controller options first of course)

Procedure example