This is the repository hosting all of the different Lasting Legacy modpacks, resource packs, and datapacks.
Development is held on git.nostalgica.net, GitHub and Codeberg are mirrors. Please go to our GitHub Issues page to report any issues.
This repository hosts all the source and files for all of our resource packs, data packs, modpacks and more. This readme is primarily intended for internal developer usage.
First, please refer to the CONTRIBUTING.md file in the repository. This will tell you some basics
The repository makes usage of Forgejo actions, for CI/CD and general QoL improvements to our dev process.
- Auto Publish
- Auto Update and Auto Refresh*
- Auto Build
- JSON Linter
- TOML Linter
- PNG Compressor *for modpacks only **on publish and build only
Every project in the repo must have a manifest.json. This manifest.json specifies stuff that our publish.yml then uses to auto publish. Once it is set up, you may simply bump version in the manifest.json and it will update across platforms.
All builds in the repo occur when a commit happens to their specific subdirectory. This produces a build that is slightly different than the source, as our build script auto-minifies JSON files. These builds are the same as what Auto Publish uses.
Only the pack modified within a commit will be built. So if you modified something in, lets say Simply Legacy, your commit would only build Simply Legacy, and not Re-Console or 2000's Edition. License
All linters automatically run on commit, and will fail if the modified JSON/TOML is broken. This is helpful in the case of making a minor mistake in syntax/
justfile forked from skywardmc, stale.yml from JEI. Both licensed under MIT.
As all of these projects are different, the license may vary. Most packs are under GPL-3.0, or MIT. Please check the pack folder or the pages on official sites (Modrinth, CurseForge) for the license.
All* actions are licensed under AGPL-3.0 and written in Rust/Typescript.