[Feature] Text input and Color Picker

This commit is contained in:
Frank 2022-07-19 17:36:58 +02:00
parent bbce498129
commit 0a940d3e20
11 changed files with 261 additions and 13 deletions

View file

@ -38,6 +38,7 @@
"mixins": [
"together.mixins.common.json",
"together.mixins.client.json",
"ui.mixins.client.json",
"bclib.mixins.common.json",
"bclib.mixins.client.json"
],

View file

@ -0,0 +1,10 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.betterx.ui.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [],
"injectors": {
"defaultRequire": 1
}
}