Is it possible to render an entity past the render distance set by the player?

Started by Bahhumbug2016 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to render an entity past the render distance set by the player?

Kind of like how the 'Cracker's Wither Storm' mod renders the Wither Storm very far away.

(this is most likely not possible considering MCreator's limitations but I thought I'd ask anyways)

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm pretty sure that's not…
Mon, 01/27/2025 - 04:01

I'm pretty sure that's not possible with Mcreator unfortunately.

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's possible. Just change…
Sun, 05/25/2025 - 00:05

It's possible. Just change the tracking range (which sets how far you can see a mob) farther than the render distance. Test it in-game, and the mob will be rendered further away than your render distance.