Added optifine tough dosnt run yet since forge dependances arnt set up yet
This commit is contained in:
@@ -62,6 +62,19 @@ allprojects { p ->
|
||||
mavenCentral()
|
||||
// used to download and compile dependencies from git repos
|
||||
maven { url 'https://jitpack.io' }
|
||||
|
||||
flatDir {
|
||||
dirs "${rootDir}/mods/fabric"
|
||||
content {
|
||||
includeGroup "fabric-mod"
|
||||
}
|
||||
}
|
||||
flatDir {
|
||||
dirs "${rootDir}/mods/forge"
|
||||
content {
|
||||
includeGroup "forge-mod"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
||||
@@ -36,6 +36,9 @@ repositories {
|
||||
dependencies {
|
||||
forge "net.minecraftforge:forge:${rootProject.minecraft_version}-${rootProject.forge_version}"
|
||||
|
||||
// Optifine
|
||||
// implementation("forge-mod:OptiFine_1.18.1_HD_U_H4")
|
||||
|
||||
// Starlight
|
||||
// implementation("curse.maven:starlight-forge-526854:${project.starlight_version_forge}")
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user