chore(rc and simply): update mods

This commit is contained in:
omo50
2026-04-22 19:00:05 -06:00
parent b034340a62
commit a238f6ac08
16 changed files with 1620 additions and 1683 deletions

View File

@@ -10,30 +10,35 @@ This repository hosts all the source and files for all of our resource packs, da
## Contributing
First, please refer to the CONTRIBUTING.md file in the repository. This will tell you some basics
## Actions
# Actions
The repository makes usage of Forgejo actions, for CI/CD and general QoL improvements to our dev process.
## Current Functions
- Auto Publish
- Auto Update and Auto Refresh*
- Auto Build
- Datapack and Resourcepack validator
- JSON Linter
- Resource Pack Compressor**
- TOML Linter
- PNG Compressor
*for modpacks only
**on publish and build only
### Using Auto Publish (for devs)
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.
### Incremental Builds
### Using Builds
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
### Credits
justfile from skywardmc, stale.yml from JEI. Licensed under MIT
### Using Linters
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/
## Credits
justfile forked from skywardmc, stale.yml from JEI. Both licensed under MIT.
# License
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.
All* actions are licensed under AGPL-3.0 and written in Rust/Typescript.