
[๐]: Incompatibility with Friends&Foes ONLY on EveryCompat 1.21-2.10.0
Closed this issue ยท 5 comments
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
1.21-2.10.0
Moonlight Lib Version
1.21-2.18.12
Issue with mods
Friends&Foes 3.0.9 / Moonlight Lib 1.21-2.18.12
Issue Detail
EveryCompat 1.21-2.10.0 causes a crash when it can pull a wood type from a mod like Oh The Biomes We've Gone and Friends&Foes is installed. This crash does not occur on EveryCompat 1.21-2.9.10 .
This is due to the latest beehive patch in 2.10.0: Updated BlockEntityType for Beehives
OPTIONAL: Latest.log | Crash-report Attachment
OPTIONAL: To Produce
Try to boot the game.
If you take a close look at "Update BlockEntityType for Beehives" in Changelog. the only module is applied is Woodworks. Friends & Foes wasn't included.
There was a report that crash due to BlockEntityType for beehives in Woodworks. From what I see is an issue in Moonlight lib. I'm going to see if i can find the reason for that crash.
UPDATE:
@MylesGit
The issue is indeed in Moonlight Lib. I'm not sure why. I'm waiting to hear from Meh who added that code in Moonlight. It's a simple code that add the EC's generated beehives to Point-of-interest, making bees see the block as "home".
this will take a while. for now, use v2.9.10 to play.
I've spoke to Meh about this. I'm using the old code from v2.9.10 in place of the "new code (it's disabled for now)".
Meh took a look at the code and realized his mistake. so he fixed it. all good now.
## FIXED in v2.10.1
FIXED in Moonlight v2.18.13
Now I'm getting a new error about almost the same thing when using Moonlight 1.21-2.18.13
and Every Compat 1.21-2.10.1
. I can't reproduce this on a fresh instance though.
I'll try to find the mod that causes this in the most recent version, it has to be something that uses Moonlight as a dependency.
See new log here: https://mclo.gs/VWrqZex
I recreated the issue on a fresh instance. Let me know if I should create an issue over at the Moonlight repo or if I should create a new issue here. If not, this issue should be reopened and renamed.
Moonlight / EveryCompat is conflicting with MoreBeehiveVariants.
Failed to add blocks to POI minecraft:beehive. Somehow the set was not mutable?