removed dependency to terrestria which caused a crash on missing the mod

This commit is contained in:
Jottyfan
2024-01-19 23:50:45 +01:00
parent 7f97cd7060
commit 3e5f657092
4 changed files with 11 additions and 19 deletions

View File

@ -32,18 +32,6 @@ dependencies {
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
// for special leaves blocks like ExtendedLeavesBlock
modImplementation "com.terraformersmc.terraform-api:terraform-wood-api-v1:${project.terraform_wood_api_version}"
repositories {
maven {
name = 'TerraformersMC'
url = 'https://maven.terraformersmc.com/'
}
maven {
url = 'https://maven.minecraftforge.net/'
}
}
}
processResources {