[Bug] Polymer support checks for wrong (outdated?) mod ID
unilock opened this issue · 6 comments
When use-polymer
is set to true
in spiceoffabric.hjson
, the server crashes with Polymer is not installed, but Polymer usage is enabled in the Spice of Fabric config!
, regardless of whether Polymer is installed.
I believe this is because the mod is checking for the wrong mod ID for Polymer:
"polymer"
should be "polymer-core"
.
(and/or "polymer-resource-pack"
, but it's technically not required, and it's unlikely that polymer-core
will ever be installed standalone without polymer-resource-pack
as part of a bundle)
This is still the case in the latest release for 1.20.4...