diff options
| author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-11-26 22:52:34 +0200 |
|---|---|---|
| committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-11-26 22:52:34 +0200 |
| commit | 68e38117e60197e45963746c9b0fa44f696f420f (patch) | |
| tree | b236fd63ae938ed9707d01cc05b7d0a46ccd85bd /src/main/resources | |
| parent | a43a1123fdcd88eb49276cc523713d1204215891 (diff) | |
| download | LibGui-68e38117e60197e45963746c9b0fa44f696f420f.tar.gz LibGui-68e38117e60197e45963746c9b0fa44f696f420f.tar.bz2 LibGui-68e38117e60197e45963746c9b0fa44f696f420f.zip | |
Move modmenu support, nine-patch internals and init code into impl package
Also introduced a new LibGui class that provides API access to the dark mode
setting now that the config is unavailable publically.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index df75753..c8f0ffe 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,8 +18,8 @@ "environment": "*", "entrypoints": { - "client": ["io.github.cottonmc.cotton.gui.client.LibGuiClient"], - "modmenu": ["io.github.cottonmc.cotton.gui.client.modmenu.ModMenuSupport"] + "client": ["io.github.cottonmc.cotton.gui.impl.client.LibGuiClient"], + "modmenu": ["io.github.cottonmc.cotton.gui.impl.client.modmenu.ModMenuSupport"] }, "mixins": [ "mixins.libgui.accessors.json" |
