diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8f178ef9..53050b9e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,8 +27,6 @@ "fabric": "*" }, "custom": { - "modmenu:clientsideOnly": true, - "stopmodreposts:showToast": true, - "stopmodreposts:showButton": true + "modmenu:clientsideOnly": true } } |