forked from Clones/Controlify
1.20.3
This commit is contained in:
@ -5,13 +5,13 @@ machete = "2.+"
|
||||
grgit = "5.0.+"
|
||||
blossom = "1.3.+"
|
||||
|
||||
minecraft = "1.20.3-pre2"
|
||||
minecraft = "1.20.3"
|
||||
quilt_mappings = "0"
|
||||
fabric_loader = "0.14.23"
|
||||
fabric_api = "0.90.11+1.20.3"
|
||||
fabric_loader = "0.14.25"
|
||||
fabric_api = "0.91.1+1.20.3"
|
||||
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"
|
||||
mod_menu = "9.0.0-alpha.3"
|
||||
yet_another_config_lib = "3.3.0-beta.1+1.20.3"
|
||||
mod_menu = "9.0.0-pre.1"
|
||||
hid4java = "0.7.0"
|
||||
quilt_json5 = "1.0.3"
|
||||
sodium = "mc1.20.2-0.5.3"
|
||||
|
@ -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