Files
MidnightControls/settings.gradle
Motschen 5fcf4c2b1b MidnightControls 0.1.0 (Beta)
Changes from LambdaControls:
- Support for Steam Deck and Dualsense
- Support for L4, L5, R4, R5 buttons
- Updated Libraries
- New Logo and Name
- Lots of Bugfixes
- MidnightConfig backend
2022-03-12 22:33:19 +01:00

12 lines
212 B
Groovy

pluginManagement {
repositories {
maven {
name 'Fabric'
url 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'midnightcontrols'