Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val archives_version = "$mod_version+mc$minecraft_version-neoforge"

repositories {
mavenCentral()
maven("https://jitpack.io") // MixinExtras, Fabric ASM
maven("https://jitpack.io") // MixinExtras, Fabric ASM, BlueMap API
maven("https://maven.jamieswhiteshirt.com/libs-release") // Reach Entity Attributes
maven("https://api.modrinth.com/maven") // LazyDFU
maven("https://maven.tterrag.com/") // Create Forge, Flywheel
Expand Down Expand Up @@ -63,6 +63,7 @@ dependencies {

// included in Kotlin for Forge
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_json_version")
compileOnly("com.github.BlueMap-Minecraft:BlueMapAPI:v2.5.1")
}

val targetJavaVersion = 17
Expand Down
Loading