diff options
author | Alexey Krainev <xmrvizzy@ya.ru> | 2021-01-04 02:04:35 +0500 |
---|---|---|
committer | Alexey Krainev <xmrvizzy@ya.ru> | 2021-01-04 02:04:35 +0500 |
commit | 83918b58ef710f5e425ff6b5577f43382921300f (patch) | |
tree | dc28677ffd6088c629afd4ca2de6b48b82680817 /src/main/resources/fabric.mod.json | |
parent | 86f99ac522624f6e99f45bb252c51cc6935658e0 (diff) | |
download | Skyblocker-83918b58ef710f5e425ff6b5577f43382921300f.tar.gz Skyblocker-83918b58ef710f5e425ff6b5577f43382921300f.tar.bz2 Skyblocker-83918b58ef710f5e425ff6b5577f43382921300f.zip |
v1.0.1
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 } } |