diff options
author | DragonEggBedrockBreaking <cuber3million@gmail.com> | 2021-04-05 10:36:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 12:36:34 +0300 |
commit | eb168c435be6d4cccb37a4b21dd616571b81917b (patch) | |
tree | 15925735adeb8047f215015963465e8b6bd9754b | |
parent | a11a885cc43c483f6cd4d61465c32ddf369a302c (diff) | |
download | LibGui-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.json | 5 |
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" ] + } } } |