Skip to content

Commit bac3060

Browse files
authored
Updated modpack structure and additional fields in format.md
1 parent ed54a36 commit bac3060

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

oneclient/format.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
ok so here's the modpack structure:
2-
currently in <https://github.com/Polyfrost/DataStorage>
32

4-
`oneclient/mrpacks/${mcVersion}-${mcLoader}/${Category Name}`
3+
Each packwiz instance in `oneclient/mrpacks/${mcVersion}-${mcLoader}/${Category Name}`
4+
5+
The format is mrpack + the following:
56

6-
the format is mrpack + the following:
77
Additional fields:
8+
89
`enabled: boolean` - whether it is enabled by default in oneclient
10+
911
`id: string` (can just be the category name but lowercase)
12+
1013
`category: string`
14+
1115
`polyFormat: number` (1)
16+
1217
`updateUrl: string`
1318

19+
1420
individual file / package additional fields:
21+
1522
`id: string` - the modrinth id of the mod, or a normal id if not on modrinth
23+
1624
`enabled: boolean` - whether it is enabled by default __when the category is selected__ - `true` by default
25+
1726
`hidden: boolean` - whether oneclient should hide the mod
1827

28+
`overrides: object` - Visual overrides for mod name, author, description, and icon. Author is a string array and icon takes a URL
29+
1930
1.8.9 Forge
2031
- Performance
2132
- QoL
@@ -28,6 +39,7 @@ individual file / package additional fields:
2839
- Performance
2940
- QoL
3041
- HUD
42+
- SkyBlock
3143
- PvP
3244
- Utility
3345

@@ -45,4 +57,4 @@ individual file / package additional fields:
4557
- HUD
4658
- SkyBlock
4759
- PvP
48-
- Utility
60+
- Utility

0 commit comments

Comments
 (0)