Include Cotton Resources in dev env

This commit is contained in:
Shadowfacts 2021-03-07 11:09:00 -05:00
parent e6faa34355
commit 73cb991d21
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 6 additions and 0 deletions

View File

@ -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}"

View File

@ -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