Skip to content
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

Closed
4 tasks done
Dronicode opened this issue Dec 11, 2024 · 6 comments
Closed
4 tasks done

[🐞]: Crashed with MoreCraftingTable - 1.20.1 #714

Dronicode opened this issue Dec 11, 2024 · 6 comments
Labels
1.20.1-FABRIC Minecraft Version bug Something isn't working

Comments

@Dronicode
Copy link

Dronicode commented Dec 11, 2024

Code of Conduct

  • Always check you are using the latest version of the mods and its dependencies
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

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

@Dronicode Dronicode added the bug Something isn't working label Dec 11, 2024
@github-actions github-actions bot added the 1.20.1-FABRIC Minecraft Version label Dec 11, 2024
@Xelbayria Xelbayria changed the title [🐞]: [🐞]: Crashed with MoreCraftingTable - 1.20.1 Dec 11, 2024
@Xelbayria
Copy link
Collaborator

Xelbayria commented Dec 11, 2024

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

@Dronicode
Copy link
Author

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.

@Xelbayria
Copy link
Collaborator

Please do, thanks.

@Dronicode
Copy link
Author

Proper crash log file added.

@Xelbayria
Copy link
Collaborator

Xelbayria commented Dec 11, 2024

i see what you mean "L" missing in block... This is the first time I've seen a problem like this.

UPDATED

Turned out the MCT version v1.2.7 for FABRIC was updated to fix the path bock to block. so the module via EveryCompat was outdated.

I updated it. all good now.

@Xelbayria
Copy link
Collaborator

FIXED|UPDATED in v2.7.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.1-FABRIC Minecraft Version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants