1
0
forked from Clones/Controlify
This commit is contained in:
isXander
2023-12-05 21:17:39 +00:00
parent c2edb5b41a
commit b1989cbdef
3 changed files with 7 additions and 7 deletions

View File

@ -5,13 +5,13 @@ machete = "2.+"
grgit = "5.0.+" grgit = "5.0.+"
blossom = "1.3.+" blossom = "1.3.+"
minecraft = "1.20.3-pre2" minecraft = "1.20.3"
quilt_mappings = "0" quilt_mappings = "0"
fabric_loader = "0.14.23" fabric_loader = "0.14.25"
fabric_api = "0.90.11+1.20.3" fabric_api = "0.91.1+1.20.3"
mixin_extras = "0.2.0" mixin_extras = "0.2.0"
yet_another_config_lib = "3.3.0+1.20.3+update.1.20.3-SNAPSHOT+update.1.20.3-SNAPSHOT" yet_another_config_lib = "3.3.0-beta.1+1.20.3"
mod_menu = "9.0.0-alpha.3" mod_menu = "9.0.0-pre.1"
hid4java = "0.7.0" hid4java = "0.7.0"
quilt_json5 = "1.0.3" quilt_json5 = "1.0.3"
sodium = "mc1.20.2-0.5.3" sodium = "mc1.20.2-0.5.3"

View File

@ -78,7 +78,7 @@ public class SubmitUnknownControllerScreen extends Screen implements DontInterup
this.operationalCheckbox = this.addRenderableWidget( this.operationalCheckbox = this.addRenderableWidget(
Checkbox.builder(operationalText, font) Checkbox.builder(operationalText, font)
.pos(this.width / 2 - font.width(operationalText) / 2 - 8, y) .pos(this.width / 2 - font.width(operationalText) / 2 - 8, y)
.selected(false) .selected(true)
.build() .build()
); );
y += checkboxHeight + checkboxPadding; y += checkboxHeight + checkboxPadding;

View File

@ -38,7 +38,7 @@
"accessWidener": "controlify.accesswidener", "accessWidener": "controlify.accesswidener",
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": "~1.20.2", "minecraft": "1.20.3",
"java": ">=17", "java": ">=17",
"yet_another_config_lib_v3": ">=3.0.0-", "yet_another_config_lib_v3": ">=3.0.0-",
"fabric-api": "*" "fabric-api": "*"