[ETF] Entity Texture Features - [Fabric & Forge]

[ETF] Entity Texture Features - [Fabric & Forge]

38M Downloads

Puzzle crashing in 1.20.2 or earlier

fireboy637 opened this issue ยท 4 comments

commented

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

commented

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

commented

puzzle has fixed it but they havent backported the fix :/

commented

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"
  ],
commented

I will mark this as resolved as the creator has a fix, but they only seem to push releases for the current version :/

I will leave this pinned on the issues page so others can see the setting to prevent this crash that i've written above