Skip to content

Commit a89ac22

Browse files
authored
Remove old mentions of ML/Fabric
1 parent 47c1e21 commit a89ac22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ This below documentation is not intended for end users or consuming developers o
2828
The **Wrapper** is the first entrypoint for **OneConfig** and is called depending on the platform as:
2929

3030
- an [`ITweaker`](./stage0/src/launchwrapper/java/org/polyfrost/oneconfig/loader/stage0/LaunchWrapperTweaker.java) for [LaunchWrapper]
31-
- an [`ITransformationService`](./stage0/src/modlauncher/java/org/polyfrost/oneconfig/loader/stage0/ModLauncherLegacyTransformationService.java) for [ModLauncher]
32-
- and [another one](./stage0/src/modlauncher/java9/org/polyfrost/oneconfig/loader/stage0/j9/ModLauncherTransformationService.java) for [ModLauncher] 9+
33-
- a [`LanguageAdapter`](./stage0/src/fabriclike/java/org/polyfrost/oneconfig/loader/stage0/FabricLikeLanguageAdapter.java) for [Fabric Loader] (and subsequently, [Quilt Loader])
3431

3532
This direct first entrypoint encapsulates all the required metadata and methods and abstracts them into a platform-agnostic
3633
[`Capabilities`](./common/src/main/java/org/polyfrost/oneconfig/loader/ILoader.java#L33) interface, and delegates further loading to the

0 commit comments

Comments
 (0)