Incompability with carpet shadow and tis 1.53.1
Rozbiynk opened this issue ยท 3 comments
Bug description
If carpet shadow installed, carpet tis addition 1.53.1 lead to crash
Steps to reproduce
- Install carpet shadow 1.10.2
- install carpet 1.4.112
- install tis addition 1.53.1
- launch game
- crash
Expected behavior
launch game
Actual behavior
game crashes
Relevant logs
Minecraft version
1.20.1
Carpet TIS Addition version
1.53.1
Fabric Carpet version
1.4.112
Other information
No response
Check list
- I have verified that the issue persists in the latest version of the mod.
- I have searched the existing issues and confirmed that this is not a duplicate.
I guess the cause is that carpet-shadow ships MixinExtras wrongly. Possible reasons:
- It shades MixinExtras, but does not relocate the MixinExtras. very sus
- The game crashes in production environment, but works fine fine in dev environment
- The crash report says mixin on class
ReentrantThreadExecutor
fails, but only carpet-tis-addition mixins into that class, carpet-shadow doesn't. So it's not a mixin confliction
I'll suggest to report this issue to carpet-shadow
it probably comes form me bundling MixinExtras incorrectly as i noticed in another mod i maintain.. it indeed does work in dev as my dev environment actually has TIS addition too ๐
.
i will push a new fixed release soon. and see if i can replicate the incompatibility