Readme points to a now non-existent file
porl opened this issue ยท 1 comments
Hi there
I am trying to work out how to build a mod with your library. Following the Readme.md file, it links to https://github.com/Kotori316/SLP/blob/1.15.2/src/main/resources/META-INF/mods.toml
This file was removed in an earlier commit. I used the old version for reference but still cannot get an empty example mod to work.
Is this readme up to date for the current setup (MC 1.15.2 and Forge 31.2.0)?
Thanks
Link fixed.
To make scala mods,
- Download forge mdk and setup the environment.
- Change
modLoader
andloaderVersion
in your mods.toml. - Download dev jar and place it in mods directory. Curseforge or GitHub Package
- The make sure Minecraft launches correctly.
- Then you can add scala classes. Change mod entry class to scala. (if needed)