improved leaves cutting

This commit is contained in:
Jottyfan
2023-02-05 21:22:08 +01:00
parent 207d201785
commit 2843712fca
10 changed files with 33 additions and 53 deletions

View File

@ -29,6 +29,18 @@ 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 {