mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(rc and simply): update mods
This commit is contained in:
19
README.md
19
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user