mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Update to Minecraft 1.20.2
Bump satin dependency to version 1.14.0 Bump midnightlib dependency to version 1.5.0 Bump version to 3.1.1
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.2-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
@@ -13,10 +13,10 @@ group = project.maven_group
|
||||
repositories {
|
||||
maven {
|
||||
name = 'Ladysnake Mods'
|
||||
url = 'https://ladysnake.jfrog.io/artifactory/mods'
|
||||
url = 'https://maven.ladysnake.org/releases'
|
||||
content {
|
||||
includeGroup 'io.github.ladysnake'
|
||||
includeGroupByRegex 'io\\.github\\.onyxstudios.*'
|
||||
includeGroup 'org.ladysnake'
|
||||
includeGroupByRegex 'dev\\.onyxstudios.*'
|
||||
}
|
||||
}
|
||||
maven {
|
||||
@@ -36,8 +36,8 @@ dependencies {
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
modImplementation "io.github.ladysnake:satin:${satin_version}"
|
||||
include "io.github.ladysnake:satin:${satin_version}"
|
||||
modImplementation "org.ladysnake:satin:${satin_version}"
|
||||
include "org.ladysnake:satin:${satin_version}"
|
||||
|
||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
|
||||
|
||||
Reference in New Issue
Block a user