mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
- Update to 1.20 - Fix version string behaving weirdly with ModMenu installed - Integration for CEM replaced with EMF
12 lines
316 B
Groovy
Executable File
12 lines
316 B
Groovy
Executable File
archivesBaseName = "puzzle-splashscreen"
|
|
repositories {
|
|
maven { url "https://maven.terraformersmc.com/releases" }
|
|
maven {
|
|
url = "https://api.modrinth.com/maven"
|
|
}
|
|
}
|
|
dependencies {
|
|
api project(":puzzle-base")
|
|
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
|
|
}
|