How to change Entity Render distance?

Started by CBJaxxx on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 month ago
Joined Mar 2023
Points:
416

User statistics:

  • Modifications: 0
  • Forum topics: 35
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
How to change Entity Render distance?

I made a pretty sweet missile system, however I can only see the missile for a few seconds before it disappears.

How would I extend the render distance for my missile entity so I can see it go way up in the sky? 

Please help this would make my day.

Active 1 year ago
Joined Mar 2023
Points:
244

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
have you tried to change…
Tue, 03/28/2023 - 12:22

have you tried to change settings in the game?

if not, then set entity render distance to 200%-300% (by default its 100%)

Active 1 month ago
Joined Mar 2023
Points:
416

User statistics:

  • Modifications: 0
  • Forum topics: 35
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
I was asking how to change…
Tue, 03/28/2023 - 16:45

I was asking how to change the render distance of entities not blocks that is totally different.

I want to know if there are any procedures or lines of code I can use for my entity so I can change the render distance for that specific entity, and before someone says you can't YES YOU CAN and I want to know how.

Active 9 months ago
Joined Oct 2021
Points:
519

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 34
entity render distance is a…
Fri, 03/31/2023 - 19:22

entity render distance is a completely different setting

Active 1 month ago
Joined Mar 2023
Points:
416

User statistics:

  • Modifications: 0
  • Forum topics: 35
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
I know it is that's what I…
Sat, 04/01/2023 - 16:50

I know it is that's what I what saying, now to answer my question how do I change that setting in Mcreator for a Missile Entity?