diff options
author | Falkreon <falkreon@gmail.com> | 2019-07-20 14:06:46 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-07-20 14:06:46 -0500 |
commit | 82a62cf0c992bb0390814a1d12569fa7f05dfcd9 (patch) | |
tree | 3a9cf32a432e9787dd0c42a1ecc22b1f9303f619 /src/main/resources | |
parent | 4e9dc24dade8b1214e64cf6f3da4bd2e4c6a5fff (diff) | |
download | LibGui-82a62cf0c992bb0390814a1d12569fa7f05dfcd9.tar.gz LibGui-82a62cf0c992bb0390814a1d12569fa7f05dfcd9.tar.bz2 LibGui-82a62cf0c992bb0390814a1d12569fa7f05dfcd9.zip |
Add darkmode support to WLabel, fix build, add API badge
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4e658e7..05faf69 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ "environment": "*", "entrypoints": { "client": [ - "io.github.cottonmc.libgui.client.LibGuiClient" + "io.github.cottonmc.cotton.gui.client.LibGuiClient" ] }, "depends": { @@ -27,5 +27,10 @@ }, "suggests": { "flamingo": "*" + }, + + "custom": { + "modmenu:api": true, + "modmenu:clientsideOnly": false } } |