MCA Reborn [Fabric/Forge]

MCA Reborn [Fabric/Forge]

7M Downloads

Crash with other mods using "names" data-folder.

fabbe50 opened this issue ยท 2 comments

commented

Describe the bug
MCA causes a crash on world creation when installed alongside mods that store files in "data/{mod_id}/names/".
The following line causes an index out of bounds exception due to the other mods files aren't stored in a subfolder named "female" or "male".
{56D6D6E5-7A7A-407A-90ED-C9C0CB7D61A1}

To Reproduce

  1. Install MCA with dependencies.
  2. Install any mod storing files in "data/{mod_id}/names/" that doesn't follow MCA's file structure.
  3. Crash when creating world (also stops you from joining existing worlds, but it's the same error).

Version
Minecraft 1.20.1
MCA 7.5.21
Architectury API 9.2.14
Forge 47.3.12

Latest.log
latest.log

commented

For debugging, do you know by any chance the mod also using "names"?

commented

The mod used is The Corgi Mod version 2.1.0, which is my own.
I solved the issue in 2.1.1 temporarily by renaming the folder so I could use both mods at the same time.
The reason I'm letting you know is just in case any other mod is affected by this.