mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-15 12:35:10 +01:00
Decorative 4.1.1 - Bugfixes
Fixed #9 Fixed bath tires having wrong colors Update MidnightLib
This commit is contained in:
@@ -17,6 +17,9 @@ repositories {
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://maven.blamejared.com" }
|
||||
maven { url "https://maven.terraformersmc.com/releases" }
|
||||
flatDir {
|
||||
dirs 'local_maven'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -36,8 +39,8 @@ dependencies {
|
||||
exclude module: "fabric-api"
|
||||
}
|
||||
|
||||
modImplementation "com.github.TeamMidnightDust:MidnightLib:${midnightlib_version}"
|
||||
include "com.github.TeamMidnightDust:MidnightLib:${midnightlib_version}"
|
||||
modImplementation "com.github.TeamMidnightDust:midnightlib:${midnightlib_version}"
|
||||
include "com.github.TeamMidnightDust:midnightlib:${midnightlib_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
Reference in New Issue
Block a user