Some refactor and add missing behaviors in some GUIs.

This commit is contained in:
LambdAurora
2020-02-13 00:28:58 +01:00
parent 0050b0216c
commit 8063116820
23 changed files with 123 additions and 70 deletions

View File

@@ -32,16 +32,19 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*",
"minecraft": "1.15.x",
"minecraft": ">=1.15",
"spruceui": ">=1.3.4"
},
"recommends": {
"modmenu": ">=1.8.0+build.16",
"modmenu": ">=1.9.0",
"okzoomer": ">=1.0.4"
},
"suggests": {
"flamingo": "*"
},
"breaks": {
"modmenu": "<1.9.0"
},
"custom": {
"modmenu:clientsideOnly": true
}