Changing Entities

Started by LukeTheCreator200 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Changing Entities

Can you change some entity data?

Such as making a fox or some other animal tamable?

If anyone knows, I'd appreciate it.

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think you can edit…
Mon, 12/30/2024 - 20:04

I don't think you can edit any vanilla features, although for mobs, you could run a procedure every tick to kill a specific entity and spawn a custom one in its place. Then you could make your custom fox replace all vanilla foxes in the world. (It's janky but it works)