Started by
hydra911
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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
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?
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
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.