#Entrypoint main crash
14 messages · Page 1 of 1 (latest)
Are you depending on the right fabric API version?
also, my dependencies dont seem to be deobfuscted either, not sure if thats related
Maybe try clearing Gradle cache
trying to fix this again, I deleted my gradle cache and refreshed within the project and it still crashes
not sure what is causing it other than something to do with networking
and something about entrypoints
like it would be failing very early it would seem
maybe my fabric api is the wrong version?
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
but it shouldnt be
seems its tied to the fabric version directly