-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞]: Crashed with MoreCraftingTable - 1.20.1 #714
Comments
Thanks for the report. next time, drag the crash-report/latest.log file in here, it will get uploaded so the dev can take a look at what's the problem |
Sorry about that. Should I recreate the issue to get a fresh log and add it in? I have a bug to report for the stone compat mod so I'll make sure to do it properly on that one. |
Please do, thanks. |
Proper crash log file added. |
i see what you mean "L" missing in block... This is the first time I've seen a problem like this. UPDATEDTurned out the MCT version v1.2.7 for FABRIC was updated to fix the path I updated it. all good now. |
FIXED|UPDATED in v2.7.4 |
Code of Conduct
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FABRIC
EveryCompat Version
1.20-2.7.3
Moonlight Lib Version
1.20-2.13.37
Issue with mods
More Crafting Tables 1.2.7
Issue Detail
Every Compat causes a crash when attempting to load the game when this mod is present.
I'm an amateur and may be wrong but to try to be helpful for saving you guys some time I had a look through and believe this is caused by a typo.
According to that mod's github, the path is this:
src/main/java/io/github/lieonlion/lolmct**/block**/MoreCraftingTableBlock.java
The crash (report in next section) says this:
Caused by: java.lang.ClassNotFoundException: io.github.lieonlion.lolmct.bock.MoreCraftingTableBlock
Notice the missing 'L' in 'block'.
Thanks!
OPTIONAL: Latest.log | Crash-report Attachment
crash-2024-12-11_21.40.35-client.txt
OPTIONAL: To Produce
No response
The text was updated successfully, but these errors were encountered: