aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragonEggBedrockBreaking <cuber3million@gmail.com>2021-04-05 10:36:34 +0100
committerGitHub <noreply@github.com>2021-04-05 12:36:34 +0300
commiteb168c435be6d4cccb37a4b21dd616571b81917b (patch)
tree15925735adeb8047f215015963465e8b6bd9754b
parenta11a885cc43c483f6cd4d61465c32ddf369a302c (diff)
downloadLibGui-eb168c435be6d4cccb37a4b21dd616571b81917b.tar.gz
LibGui-eb168c435be6d4cccb37a4b21dd616571b81917b.tar.bz2
LibGui-eb168c435be6d4cccb37a4b21dd616571b81917b.zip
support new modmenu api (#103)
* support new modmenu api * Update fabric.mod.json
-rw-r--r--src/main/resources/fabric.mod.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index a48f2bf..9f430dc 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -37,7 +37,8 @@
},
"custom": {
- "modmenu:api": true,
- "modmenu:clientsideOnly": false
+ "modmenu": {
+ "badges": [ "library" ]
+ }
}
}