Add KaptainWutax TerrainUtils to build.gradle

This commit is contained in:
James Seibel
2021-08-13 18:00:06 -05:00
parent 8f63e755be
commit 9470ee2507
+3
View File
@@ -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
}