[SOLVED] 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:
[SOLVED] custom entity invisible when spawned naturally
Wed, 11/05/2025 - 00:02 (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 Wed, 11/05/2025 - 00:02
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?

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i put it to something in…
Tue, 11/04/2025 - 16:36

i put it to something in between 100-200, it worked sometimes??? but most of the time nothing happened. I'll try 64.