forked from Clones/Controlify
1.20.3
This commit is contained in:
@ -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;
|
||||
|
@ -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": "*"
|
||||
|
Reference in New Issue
Block a user