[1.19.2] Mod fails to register dependents during startup
skies912 opened this issue ยท 0 comments
Describe the bug
Warden Loot does not seem to have MoreMCMeta and ClothAPI registered as dependents. On forge load, will crash with a NULL error instead of at the dependent check.
Incase you wanted the crash log... though it's pretty obvious.
https://pastebin.com/bB8CJHvQ
To Reproduce
Steps to reproduce the behavior:
- Install ANY MC Forge version for 1.19.2
- Drop the latest version of this mod in (excluding dependent mods)
- Start MC Forge.
- CRASH
Expected behavior
During startup, forge should fail to load due to missing dependencies during it's check routine.
Screenshots
n/a
Modloader(s)
- Fabric
- Forge
Additional context
Forgot MMD which lead me to find this.