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

[🐞]: Handcrafted containers crash on placing #720

Closed
4 tasks done
dhi-holo opened this issue Dec 16, 2024 · 3 comments
Closed
4 tasks done

[🐞]: Handcrafted containers crash on placing #720

dhi-holo opened this issue Dec 16, 2024 · 3 comments
Labels
1.21.1-FABRIC Minecraft Version bug Something isn't working
Milestone

Comments

@dhi-holo
Copy link

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.21.1 - FABRIC

EveryCompat Version

everycomp-1.21-2.8.1-fabric

Moonlight Lib Version

moonlight-1.21-2.17.12-fabric

Issue with mods

handcrafted-fabric-1.21.1-4.0.2 - Furniture

Tested with Cobblemon and Arts & Crafts for woodtypes, crashes seem identical.

Issue Detail

When placing down any of the listed blocks in the To Produce section, when generated by Every Compat, the game instantly crashes. The first line of the crash report states
java.lang.IllegalStateException: Invalid block entity handcrafted:container // earth.terrarium.handcrafted.common.blockentities.ContainerBlockEntity state at class_2338{x=-5, y=66, z=-29}, got Block{everycomp:hc/cobblemon/apricorn_side_table}[color=none,facing=west,waterlogged=false]
(with the material reference changed to the relevant block type, block states, and wood type for the other possible examples)

If this crash ends up being on Handcrafted's end, rather than Every Compat, let me know, I can go bug them with this instead.

OPTIONAL: Latest.log | Crash-report Attachment

crash-2024-12-16_16.08.17-client.txt
latest.log

OPTIONAL: To Produce

Place down any of the following blocks via Every Compat (Wood Good) created variants:
Nightstand, Desk, Side Table, Counter, Cupboard, Drawer, Shelf

@dhi-holo dhi-holo added the bug Something isn't working label Dec 16, 2024
@github-actions github-actions bot added the 1.21.1-FABRIC Minecraft Version label Dec 16, 2024
@Xelbayria
Copy link
Collaborator

No need to bug them. I have a good idea of what's the problem. I need to check Handcrafted's source code to see what changed.

@Xelbayria
Copy link
Collaborator

The changelog of Handcrafted v4.0.2 via Curseforge. Handcrafted's source code have changed to fix the same crash you saw. EC's code was outdated. so I updated it.

@Xelbayria
Copy link
Collaborator

FIXED in v2.8.2

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

No branches or pull requests

2 participants