KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

bookshelf=false F3+T crash? #145

Closed freecsu closed 4 years ago

freecsu commented 5 years ago

My Minecraft client stops responding indefinitely (but doesn't fully crash) anytime I press F3+T (to fix the no sound bug) and I narrowed down the issue to my mod configs, then further narrowed it down to inspirations.cfg, specifically the line:

    # Enables the bookshelf: a decorative block to display books [default: true]
    B:bookshelf=false

With that set to false the issue is reproducible every time and absent when it is set to true. The only other non-default setting in my inspirations config is rope=false which does not cause any issues on its own.

Here is my entire modlist, I suspect this issue has to do with an interaction between inspirations and another mod or else I wouldn't be the first one to spot this.

KnightMiner commented 4 years ago

I cannot reproduce this, can you post your full game log? That would help me look into the issue.

KnightMiner commented 4 years ago

Closing for lack of response