What is the best way to make a entity orbit around another entity?

Started by hydra911 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the best way to make a entity orbit around another entity?

I want to make a space mod where you travel to different planets and star systems and i want to make so you explore a space dimension. I want to make the planets orbit a star but i don't know how to do that.

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also i don't know of this is…
Wed, 10/23/2024 - 03:01

Also i don't know of this is possible in Mcreator but it would be nice to figure out how to make a custom skybox

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also i know what you are…
Wed, 10/23/2024 - 03:04

also i know what you are going to say, "just make the planets part of the model." but how would they land on the planets?

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can't land on top of…
Wed, 10/23/2024 - 17:25

You can't land on top of entities in Minecraft, also making them entities is limiting them to what you can do with the planets. My best guess Is to make them animated entities where you fly towards them and when you collide with them, you're teleported into the dimension corresponding to the planet

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can land/stand on…
Thu, 10/24/2024 - 16:20

You can land/stand on entities if you set their bounding box to solid. You would still need a dimension per planet though. But you could make a skybox for each planet with the other planets in the sky. The only way to make a custom skybox without code is using the world renderer/skybox plugin.