LambdAurora / MCPatcherPatcher

A resource pack patcher to abandon the old MCPatcher format in favor of newer formats.
GNU Lesser General Public License v3.0
34 stars 9 forks source link

Crash when Loading CraftMania texture pack #15

Closed itsbumble closed 3 years ago

itsbumble commented 3 years ago

title crash-2021-02-26_13.18.59-client.txt

LambdAurora commented 3 years ago

The resource pack you're attempting to convert breaks Minecraft's identifier/path conventions.

No upper case character are allowed in those and one of its textures contains an upper case character.

You can attempt to convert the pack by using the standalone mode (so run the JAR instead of as a mod), it should open a GUI and let you select the pack ZIP and outputs a converted ZIP (which will only include the converted features).

I can't really fix this on my side for the mod mode as it would require me to do invasive change to Minecraft. I really hope one day OptiFine will stop breaking the game.

itsbumble commented 3 years ago

The resource pack you're attempting to convert breaks Minecraft's identifier/path conventions.

No upper case character are allowed in those and one of its textures contains an upper case character.

You can attempt to convert the pack by using the standalone mode (so run the JAR instead of as a mod), it should open a GUI and let you select the pack ZIP and outputs a converted ZIP (which will only include the converted features).

I can't really fix this on my side for the mod mode as it would require me to do invasive change to Minecraft. I really hope one day OptiFine will stop breaking the game.

yeah okay makes sense, pretty bald on optifine's side