mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Blur 2.4.0 - Ingame-Configurable Exclusions & Fixes
- Made Blur exclusions configurable in-game - ReplayMod and ProjectInception screens are excluded by default - Update to MidnightLib 3.0.0 - Fix version in fabric.mod.json
This commit is contained in:
@@ -19,8 +19,8 @@ repositories {
|
||||
includeGroupByRegex 'io\\.github\\.onyxstudios.*'
|
||||
}
|
||||
}
|
||||
flatDir {
|
||||
dirs 'local_maven'
|
||||
maven {
|
||||
url = "https://api.modrinth.com/maven"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,8 +33,8 @@ dependencies {
|
||||
include "io.github.ladysnake:satin:${satin_version}"
|
||||
|
||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||
modImplementation "eu.midnightdust:midnightlib:${midnightlib_version}"
|
||||
include "eu.midnightdust:midnightlib:${midnightlib_version}"
|
||||
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
|
||||
include "maven.modrinth:midnightlib:${project.midnightlib_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
Reference in New Issue
Block a user