Skip to content

Commit f675c92

Browse files
committed
Multiloader rewrite
- Supports: fabric, neoforge - Handler system - Documentation (user manual) - UI remake
1 parent 4e0a115 commit f675c92

122 files changed

Lines changed: 3771 additions & 2344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
700 KB
Loading
182 KB
Loading

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: Artifacts
37-
path: build/libs/
37+
path: |
38+
fabric/build/libs/
39+
neoforge/build/libs/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ replay_*.log
4141

4242
/translators/input
4343
/translators/output
44+
/fabric/runs/

0 commit comments

Comments
 (0)