QuiltMC / quilt-loader

The loader for Quilt mods.
Apache License 2.0
470 stars 86 forks source link

Zoomify and Controlify mods cannot start together because of a Quilted Fabric API quirk #425

Closed NyaomiDEV closed 1 month ago

NyaomiDEV commented 5 months ago

Relevant issue at the other end: https://github.com/isXander/Zoomify/issues/195

It seems as though the version parse method used by Quilt is ever so slightly different to induce some mods' code into behaving erratically.

Relevant calls: https://github.com/isXander/Zoomify/blob/1.20/src/main/kotlin/dev/isxander/zoomify/integrations/IntegrationHelper.kt

isXander commented 5 months ago

QFAPI has nothing to do with this. This is an issue with Quilt Loader itself.

OroArmor commented 5 months ago

Thanks for reminding me to transfer the issue

NyaomiDEV commented 5 months ago

QFAPI has nothing to do with this. This is an issue with Quilt Loader itself.

@isXander Sorry, I tried! Sorry to you too @OroArmor :(

isXander commented 5 months ago

I'd assume that 2.x.x in Quilt does not match betas.

isXander commented 5 months ago

Can be closed?