Puzzle 0.4.0 - 1.17.1, more mods supported, Text and Slider fields

This commit is contained in:
Motschen
2021-09-26 14:19:13 +02:00
parent f28f2cd38b
commit 14f63e2758
20 changed files with 239 additions and 460 deletions

View File

@@ -7,8 +7,18 @@ repositories {
url = 'https://aperlambda.github.io/maven'
}
mavenCentral()
flatDir {
dirs 'local_maven'
maven {
name 'Gegy'
url 'https://maven.gegy.dev'
}
maven {
url = "https://api.modrinth.com/maven"
}
maven {
url "https://www.cursemaven.com"
content {
includeGroup "curse.maven"
}
}
}
@@ -16,18 +26,22 @@ dependencies {
api project(":puzzle-base")
api project(":puzzle-splashscreen")
api ("com.terraformersmc:modmenu:${project.mod_menu_version}")
modImplementation ("eu.midnightdust:cullleaves:${project.cull_leaves_version}")
modImplementation ("dev.lambdaurora:lambdynamiclights:${project.ldl_version}")
modImplementation ("dev.lambdaurora:lambdabettergrass:${project.lbg_version}")
modImplementation ("com.github.IrisShaders:Iris:${project.iris_version}")
modImplementation "dev.lambdaurora:spruceui:${project.spruceui_version}"
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
api ("com.terraformersmc:modmenu:${project.mod_menu_version}")
modImplementation ("maven.modrinth:cull-leaves:${project.cull_leaves_version}")
modImplementation ("maven.modrinth:lambdynamiclights:${project.ldl_version}")
modImplementation ("maven.modrinth:lambdabettergrass:${project.lbg_version}")
modImplementation ("maven.modrinth:iris:${project.iris_version}")
modImplementation ("maven.modrinth:cit-resewn:${project.cit_resewn_version}")
modImplementation "curse.maven:custom-entity-models-cem-477078:3440846"
//modImplementation "dev.lambdaurora:spruceui:${project.spruceui_version}" // Needed for Lambda's mods
modImplementation("org.aperlambda:lambdajcommon:1.8.1") {
exclude group: 'com.google.code.gson'
exclude group: 'com.google.guava'
}
// modImplementation ("com.github.PepperCode1:ConnectedTexturesMod-Fabric:${project.ctmf_version}") {
// exclude module: "modmenu"
// }
modImplementation ("maven.modrinth:continuity:${project.continuity_version}") {
exclude module: "modmenu"
}
}