![Mob Mincer](https://media.forgecdn.net/avatars/thumbnails/927/314/256/256/638397720721238028.png)
Crash at launch
jay213333 opened this issue ยท 11 comments
Using 1.20.1 (Forge). I also have installed all required dependencies (Architectury API & Kotlin). Please help.
Wow that's new. I bookmarked your mod and will keep an eye out for backport. Thanks again for your help
I think the issue is this:
[15Jan2024 14:54:56.085] [main/ERROR] [net.minecraftforge.fml.loading.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [4.7,) wanted by mobmincer-1.0.2-1.20.2.jar, found 4.3.0
See if upgrading Kotlin for Forge fixes the issue. If not you can try relaxing the requirement in the jar file.
Got it thanks, so I updated that but now received the following new requests:
[15Jan2024 17:24:08.580] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
Mod ID: 'minecraft', Requested by: 'mobmincer', Expected range: '[1.20.2,)', Actual version: '1.20.1'
Mod ID: 'neoforge', Requested by: 'mobmincer', Expected range: '[20.2,)', Actual version: '[MISSING]'
I'm afraid I can't update to 1.20.2 at the moment due to other projects and mods I need working only on 1.20.1
Ah yeah sorry only 1.20.2 NeoForged is supported right now. Sadly 1.20.2 changed a lot in NeoForged and is no longer compatible with Forge, so it will take me some time to backport
From the logs, looks like an issue with iris and/or oculus.
I found this which might help Asek3/Oculus#395
Feel free to reopen if the steps there don't work and removing mob mincer fixes the issue
Thanks for the suggestion. However, I couldn't find a fix with the method they used. It works fine if I remove mob mincer. Darn it
Thanks for the suggestion. However, I couldn't find a fix with the method they used. It works fine if I remove mob mincer. Darn it
In that case I can take a look at what's going on. Do you have a full mod list? (You can just send the latest.log)
I've also tested previously on 1.20.2 Fabric with iris with no issues
Interesting. Yes, thanks I'll attach it below. It's 205 mods - been very diligent on how each mod behaves with each other, and don't think I'm missing any dependencies. I wonder if "Sinytra Connector" (Connector) may be conflicting.
Sorry, I forgot to ask if you have a Fabric-only version of Mob Mincer in 1.20.2.
Sorry, I forgot to ask if you have a Fabric-only version of Mob Mincer in 1.20.2.
The mod should work with fabric using the same jar. If you're trying to use it with Sinytra (if its updated for 1.20.2) you probably need to delete the META-INF folder from inside the jar so that it doesn't try to load it as a forge mod