We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2a8dc commit 8cb8614Copy full SHA for 8cb8614
2 files changed
src/main/templates/META-INF/neoforge.mods.toml
@@ -26,3 +26,10 @@ type = "required"
26
versionRange = "[3.8,4)"
27
ordering = "NONE"
28
side = "BOTH"
29
+
30
+[modproperties."${mod_id}".rrls]
31
+force_load = [
32
+ "controlify:default_config",
33
+ "controlify:controller_type",
34
+ "controlify:default_binds"
35
+]
src/main/templates/fabric.mod.json
@@ -43,5 +43,14 @@
43
"controllable": "*",
44
"zoomify": "<=2.13.4",
45
"do_a_barrel_roll": "<=3.5.8"
46
+ },
47
+ "custom": {
48
+ "rrls": {
49
+ "force_load": [
50
51
52
53
+ ]
54
+ }
55
}
56
0 commit comments