Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.08 KB

TODO.md

File metadata and controls

36 lines (22 loc) · 1.08 KB

TODO

Documentation

Improve README.md

  • Fully describe services.minecraft-servers

Contributing

  • Add more details for expections around certain parts of the repository

Other

  • Document how packages are built, for the sake of explanation

Flake

  • Turn into a full-fledged derivation instead of using writeShellScriptBin
  • Merge with mkTextileLoader?
  • Use jar ClassPath instead of unpacking libraries.

DRY Update Scripts

  • Pull out common functions into a library, reuse in the update scripts
  • Particularly noticeable in the textile update scripts, which are ~95% identical

Misc

  • Fetch Quilt server launcher main class from API
  • Check requested Java version to ensure jre_headless is new enough
  • Add a packwiz pack function that uses local files instead of a pack URL
  • Create a new fetchModrinthMod using a fixed-output derivation
  • Create a new fetchCurseForgeMod using a fixed-output derivation