This commit is contained in:
sebseb7
2023-10-01 04:40:27 +02:00
parent 830147411c
commit 64d1571ac2
4 changed files with 11 additions and 10 deletions

View File

@@ -9,13 +9,14 @@ targetCompatibility = JavaVersion.VERSION_17
repositories {
maven { url 'https://masa.dy.fi/maven' }
maven { url 'https://maven.terraformersmc.com/releases/' }
maven { url 'https://jitpack.io' }
}
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.mappings_version}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}"
modImplementation "com.github.Nyan-Work:malilib:${project.malilib_version}"
modCompileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}"
}