Puzzle crashing in 1.20.2 or earlier
fireboy637 opened this issue ยท 4 comments
I see "fixed the ETF & EMF config screen getting faded black in recent versions" in the changelog of version 5.0 of the ETF,but it doesn't seem to be fixed, even though I've switched to the latest version.Still the same old issue, crashing when pulling down the Puzzle config screen.
crash-2023-12-23_23.10.07-client.txt
Minecraft version: 1.20.1
ModLoader: Fabric 0.15.3
ETF Version: 5.0
What?
That fix message has nothing to do with puzzle???
It is puzzles implementation that needs to be updated, I'll look into doing a pr to fix it after the holidays
for now just add
"entity_texture_features"
into the disabled integrations list of your puzzle config file <MC_DIRECTORY>/config/puzzle.json
example:
"disabledIntegrations": [
"another_mod",
"entity_texture_features"
],