File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,8 @@ dependencies {
43
43
compileOnly(project(" :tesseract-common" ))
44
44
testImplementation(' junit:junit:4.13.1' )
45
45
modImplementation(" maven.modrinth:carbon-config:${ project.carbon_config_forge_version} " )
46
- jarJar(" earth.terrarium:botarium-forge-${ project.minecraft_version} :${ project.botarium_version} " ){
47
- version {
48
- strictly " [${ project.botarium_version} ,)"
49
- prefer " ${ project.botarium_version} "
50
- }
51
- }
52
- jarJar(" maven.modrinth:carbon-config:${ project.carbon_config_forge_version} " ){
53
- version {
54
- prefer(project. carbon_config_forge_version)
55
- }
56
- }
46
+ jarJar(" earth.terrarium:botarium-forge-${ project.minecraft_version} :${ project.botarium_version} " )
47
+ jarJar(" maven.modrinth:carbon-config:${ project.carbon_config_forge_version} " )
57
48
}
58
49
59
50
tasks. named(' compileJava' , JavaCompile ) {
You can’t perform that action at this time.
0 commit comments