TeamChocoQuest / ChocolateQuestRepoured

ChocolateQuest Re-poured!
Other
75 stars 25 forks source link

1.12.2 CQR and Furniture mod incompatibility. #381

Closed Slayer5934 closed 1 year ago

Slayer5934 commented 1 year ago

General Information To check a checkbox: Insert a X between the square brackets, you need to remove the space though.

Describe the bug With CQR and it's dependencies installed MrCrayfish Furniture mod (possibly others) tile entities do not place/render correctly.

To Reproduce Steps to reproduce the behavior:

  1. Install CQR and Furniture mod
  2. Place Grand Chair
  3. It does not render correctly and right clicking makes it poof.

Screenshots Screenshot_20230425_073946

Versions (Note that 'latest' is NOT a valid version! Chocolate Quest Repoured: chocolate-quest-repoured-1-12-2-2-6-12b Forge: 14.23.5.2860 Minecraft: 1.12.2

Other mods (necessary to reproduce the bug): MrCrayfish Furniture mod (possibly others)

Log File latest.log

Meldexun commented 1 year ago

This is not an issue on CQRs side. MrCrayfish's Furniture Mod is calling World#setBlockState within BlockGrandChair#getStateForPlacement. This is unexpected behavior and should be fixed by MrCrayfish's Furniture Mod as you may run into the same issue installing other mods (besides CQR) alongside MrCrayfish's Furniture Mod.