WiIIiam278 / PAPIProxyBridge

A bridge library plugin for using PlaceholderAPI on proxy servers
https://william278.net/project/papiproxybridge
Apache License 2.0
37 stars 11 forks source link

Fabric 1.20.1 not working #154

Open TheCyberQuake opened 2 days ago

TheCyberQuake commented 2 days ago

Similar to #78 Modrinth page says it should support Fabric versions 1.20.x, loading on 1.20.1 does not work

Error thrown: net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other! A potential solution has been determined, this may resolve your problem:

Going back to 1.4.1, the version pushed to fix #78 gets it to load.

WiIIiam278 commented 1 day ago

Hey so basically it's the case that the versions on Modrinth are just poorly labeled and I need to fix this. It's because I only distribute one jar file for all platforms and this jar supports paper 1.20.x (and older versions) but only the latest fabric version (1.21.1). It's annoying and on my list, but a distribution issue rather than a bug