custom entity invisible when spawned naturally

Started by sam6 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom entity invisible when spawned naturally
Mon, 11/03/2025 - 22:33 (edited)

so when i spawn my entity in with commands or spawn egg it works fine, but when it spawns naturally and I tp it to me, it doesnt show up. Not even it's hitbox.

 

 

Edited by sam6 on Mon, 11/03/2025 - 22:33
Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could this be because the…
Mon, 11/03/2025 - 22:36

could this be because the tracking range is set to 9999

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
more info, I have a spawn…
Mon, 11/03/2025 - 23:43

more info, I have a spawn procedure that sends a chat message and plays a noise at the entity's position. The message gets sent when spawned naturally but not the sound. Also tried highlighting it, doesnt show the highlight but says it was highlighted.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
have you tried setting the…
Tue, 11/04/2025 - 08:22

have you tried setting the tracking range to something smaller like 64?