Add Power Grid NeoForge port submodule
Some checks failed
Codex Template Compliance / template-compliance (push) Failing after 5s
Release Dry Run / release-dry-run (push) Failing after 2m7s
Build / build (push) Failing after 26m35s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Security Scan / security-scan (push) Failing after 13s
Scheduled Dependency Check / dependency-check (push) Failing after 13s

This commit is contained in:
ToxicCrzay270
2026-05-27 13:48:25 +02:00
parent a820496648
commit ce2967ed40
7 changed files with 104 additions and 14 deletions

View File

@@ -15,14 +15,17 @@ Codex repository kit baseline has been applied to the workspace and updated to k
- Added Gitea workflow templates adapted for the Gradle Minecraft mod workspace.
- Added `.gitignore` entries for local kit checkout, build output, Minecraft run data, logs, and secrets.
- Processed the kit update that requires repository owner/name to be derived from the target repository remote or CI metadata.
- Added `power-grid/` as the official upstream Create: Power Grid `architectury-1.21.1/dev` submodule.
## Verification
| Check | Result |
| --- | --- |
| `git diff --check` | Skipped: root workspace is not a Git repository in this environment |
| `git diff --check` | Passed on 2026-05-27 |
| `.\gradlew build` | Passed on 2026-05-15 |
| `.\gradlew dependencies --configuration runtimeClasspath` | Passed on 2026-05-15 |
| `power-grid .\gradlew :forge:compileJava -x :native:buildWindows -x :native:buildLinux --no-daemon` | Passed on 2026-05-27 |
| `power-grid .\gradlew :forge:remapJar -x :native:buildWindows -x :native:buildLinux --no-daemon` | Passed on 2026-05-27 |
## Open Questions