Changing Entities

Started by LukeTheCreator200 on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Aug 2024
Points:
91

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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.

Active 7 months ago
Joined Oct 2024
Points:
46

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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)