FoundationGames / Sandwichable

Customizable Sandwich mod for Minecraft
MIT License
32 stars 28 forks source link

[Game CRASH] The Sandwiches won't allow me to open my inventory #71

Closed KirbyKid256 closed 3 years ago

KirbyKid256 commented 3 years ago

I seem to have a problem with opening the inventory. For some reason, whenever I have this mod installed and open the inventory, my game crashes.

crash-2021-01-11_20.01.46-client.txt

FoundationGames commented 3 years ago

OptiFine breaks pretty much any mod which so much as touches rendering code. Please don't use this mod with OptiFine / OptiFabric. If you must use shaders, there's Canvas (which uses its own, new shader format) or an in-development project called Iris which is supposed to be able to load OptiFine shaders, but it's not yet complete and doesn't work with most shaders other than Sildur's. If you need a performance boost, your go-to is Sodium, which does a much better job than OptiFine.

FoundationGames commented 3 years ago

I just noticed that the issue was being caused by OptiFabric's Sandwichable Compatibility module... likely because I revamped Sandwich rendering in v1.2. I will leave this issue open since it's not a problem with OptiFine, but it is with OptiFabric.

FoundationGames commented 3 years ago

The reason for the crash is because I renamed a method, and optifabric does not like that.

FoundationGames commented 3 years ago

Was fixed in the OptiFabric commit above.