Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 629 Bytes

Rosepad Mod Library

All Rosepad mods must be built on top of this unless you want to write your own mod loader (please don't, I don't want Lilypad to end up being like modern MC where you must choose which modloader you want to use based on mods you use rather than modloader itself)

How to write mods

No idea, wait until I figure out myself. For the time being, look at the Wiki and an example mod

Building

  • Download JDK8 (not 17, 8)
  • Clone the repo
  • Do ./gradlew -Dorg.gradle.java.home=/path/to/your/jdk8 shadowJar