From 82a62cf0c992bb0390814a1d12569fa7f05dfcd9 Mon Sep 17 00:00:00 2001
From: Falkreon <falkreon@gmail.com>
Date: Sat, 20 Jul 2019 14:06:46 -0500
Subject: Add darkmode support to WLabel, fix build, add API badge

---
 src/main/resources/fabric.mod.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'src/main/resources')

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
   }
 }
-- 
cgit