1.12.2 CQR and Furniture mod incompatibility.
Slayer5934 opened this issue ยท 1 comments
General Information
To check a checkbox: Insert a X between the square brackets, you need to remove the space though.
- I play...
- With a large modpack
- Only with CQR and it's dependencies
- The issue occurs in...
- Singleplayer
- Multiplayer (not tested)
- I have searched for this or a similar issue before reporting and it was either (1) not previously reported, or (2) previously fixed and I'm having the same problem.
- I am using the latest version of the mod (all versions can be found on github under releases)
- I read through the FAQ and I could not find something helpful (FAQ)
- I reproduced the bug without any other mod's except forge, cqr and it's dependencies
- The game crashes because of this bug
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:
- Install CQR and Furniture mod
- Place Grand Chair
- It does not render correctly and right clicking makes it poof.
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
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.