mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
create noise project
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
"shadedApi"(project(":common:api:util"))
|
"shadedApi"(project(":common:api:util"))
|
||||||
|
"shadedApi"(project(":common:api:noise"))
|
||||||
|
|
||||||
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
dependencies {
|
||||||
|
"shadedApi"(project(":common:api:util"))
|
||||||
|
|
||||||
|
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
||||||
|
|
||||||
|
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||||
|
|
||||||
|
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user