Include Cotton Resources in dev env
This commit is contained in:
parent
e6faa34355
commit
73cb991d21
|
@ -20,6 +20,9 @@ repositories {
|
|||
maven {
|
||||
url = "https://mod-buildcraft.com/maven"
|
||||
}
|
||||
maven {
|
||||
url = "http://server.bbkr.space:8081/artifactory/libs-release/"
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
@ -39,6 +42,8 @@ dependencies {
|
|||
include "alexiil.mc.lib:libblockattributes-core:${project.libblockattributes_version}"
|
||||
include "alexiil.mc.lib:libblockattributes-items:${project.libblockattributes_version}"
|
||||
|
||||
modImplementation "io.github.cottonmc:cotton-resources:${project.cotton_resources_version}"
|
||||
|
||||
shadow project(":kiwi-java")
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:${project.junit_version}"
|
||||
|
|
|
@ -13,5 +13,6 @@ fabric_version=0.30.0+1.16
|
|||
fabric_kotlin_version=1.4.30+build.2
|
||||
|
||||
libblockattributes_version=0.8.5
|
||||
cotton_resources_version=1.7.4
|
||||
|
||||
junit_version = 5.4.0
|
||||
|
|
Loading…
Reference in New Issue