mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
- Use the new Iris API - Builtin mod support is now configurable - Puzzle button in Options screen can be disabled - Remove puzzle-blocks (Already covered by Continuity) - Fix #4 - Fix #5 - Fix #6 - Fix #7
11 lines
251 B
Groovy
Executable File
11 lines
251 B
Groovy
Executable File
archivesBaseName = "puzzle-emissives"
|
|
repositories {
|
|
maven {
|
|
url = "https://api.modrinth.com/maven"
|
|
}
|
|
}
|
|
dependencies {
|
|
api project(":puzzle-base")
|
|
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
|
|
}
|