Fix/improve rendering again

This commit is contained in:
James Seibel
2021-08-05 20:40:12 -05:00
parent 781aa339bc
commit e313a03410
4 changed files with 46 additions and 33 deletions
+6 -4
View File
@@ -132,17 +132,19 @@ 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:BiomeUtils:-SNAPSHOT'){
implementation ('com.github.KaptainWutax:BiomeUtils:1.0.0'){
transitive = false
}
implementation ('com.github.KaptainWutax:SeedUtils:-SNAPSHOT'){
transitive = false
}
implementation ('com.github.KaptainWutax:MCUtils:-SNAPSHOT'){
implementation ('com.github.KaptainWutax:MCUtils:1.0.0'){
transitive = false
}
// not working
implementation ('com.github.KaptainWutax:NoiseUtils:-SNAPSHOT'){
implementation ('com.github.KaptainWutax:NoiseUtils:1.0.0'){
transitive = false
}
implementation ('com.github.KaptainWutax:MathUtils:-SNAPSHOT'){
transitive = false
}