Closed stdlo closed 1 year ago
I think the reason is src/main/resources/META-INF/mods.toml should be present in that Forge version.
Can you try to provide PR for that?
You can just run with ./gradlew build
or gradlew.bat build
command to build jar file and test
https://mcforge.readthedocs.io/en/latest/gettingstarted/structuring/#the-modstoml-file
Might be me, using client and server versions 1.16.3 even though the version you listed on curse forge is 1.14.2.
Server forge version is
1.16.3 - 34.1.0
This is the only mod I'm using and when I run it I get the following log output.
It doesn't stop the server from working but it does not load skins from the config I gave it.
Here's my ./config/sskins.properties I've got a public github repo with some skins in there just for testing.
If you point me in the right direction idm making some changes and poking around when I get time.