Skip to content

Commit 8cb8614

Browse files
committed
add rrls compatibility
1 parent 8d2a8dc commit 8cb8614

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/main/templates/META-INF/neoforge.mods.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ type = "required"
2626
versionRange = "[3.8,4)"
2727
ordering = "NONE"
2828
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,14 @@
4343
"controllable": "*",
4444
"zoomify": "<=2.13.4",
4545
"do_a_barrel_roll": "<=3.5.8"
46+
},
47+
"custom": {
48+
"rrls": {
49+
"force_load": [
50+
"controlify:default_config",
51+
"controlify:controller_type",
52+
"controlify:default_binds"
53+
]
54+
}
4655
}
4756
}

0 commit comments

Comments
 (0)