diff --git a/build.gradle b/build.gradle index cde1459f8..a5071e9cd 100644 --- a/build.gradle +++ b/build.gradle @@ -132,6 +132,9 @@ dependencies { // The userdev artifact is a special name and will get all sorts of transformations applied to it. minecraft 'net.minecraftforge:forge:1.16.5-36.1.0' + implementation ('com.github.KaptainWutax:TerrainUtils:1.0.0'){ + transitive = false + } implementation ('com.github.KaptainWutax:BiomeUtils:1.0.0'){ transitive = false }