Fix/improve rendering again
This commit is contained in:
+6
-4
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user