Scalable Cat's Force

Scalable Cat's Force

26M Downloads

Readme points to a now non-existent file

porl opened this issue ยท 1 comments

commented

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

commented

Link fixed.

To make scala mods,

  1. Download forge mdk and setup the environment.
  2. Change modLoader and loaderVersion in your mods.toml.
  3. Download dev jar and place it in mods directory. Curseforge or GitHub Package
  4. The make sure Minecraft launches correctly.
  5. Then you can add scala classes. Change mod entry class to scala. (if needed)