[Feature] Text input and Color Picker
This commit is contained in:
parent
bbce498129
commit
0a940d3e20
11 changed files with 261 additions and 13 deletions
|
@ -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"
|
||||
],
|
||||
|
|
10
src/main/resources/ui.mixins.client.json
Normal file
10
src/main/resources/ui.mixins.client.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "org.betterx.ui.mixin.client",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue