mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
Update and fix Ok Zoomer compatibility (#68)
This commit is contained in:
@@ -94,6 +94,7 @@ repositories {
|
||||
}
|
||||
}
|
||||
maven { url 'https://maven.shedaniel.me/' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
configurations {
|
||||
@@ -116,10 +117,10 @@ dependencies {
|
||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
|
||||
// Compatibility mods
|
||||
/*modImplementation("com.github.joaoh1:okzoomer:e13183c59b") {
|
||||
exclude group: 'me.shedaniel.cloth'
|
||||
exclude group: 'io.github.prospector'
|
||||
}*/
|
||||
modImplementation("com.github.EnnuiL:okzoomer:e6a801b1a3") {
|
||||
exclude group: 'com.terraformersmc'
|
||||
exclude group: 'dev.lambdaurora'
|
||||
}
|
||||
|
||||
shadow 'com.electronwill.night-config:core:3.6.3'
|
||||
shadow 'com.electronwill.night-config:toml:3.6.3'
|
||||
|
||||
Reference in New Issue
Block a user