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

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

View File

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