File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ neoForge {
3232}
3333
3434mixin {
35- add sourceSets. main, " tesseract-forge .refmap.json"
35+ add sourceSets. main, " tesseract.refmap.json"
3636 config " tesseract-forge.mixins.json"
3737}
3838
3939dependencies {
40- implementation(fg . deobf( " earth.terrarium:botarium-forge- ${ project.minecraft_version } : ${ project.botarium_version } " )){
41- exclude( group : " curse.maven " )
42- }
40+ annotationProcessor ' org.spongepowered:mixin:0.8.5:processor '
41+ implementation( " org.jetbrains:annotations:26.0.1 " )
42+ modImplementation( " earth.terrarium:botarium-forge- ${ project.minecraft_version } : ${ project.botarium_version } " )
4343 compileOnly(project(" :tesseract-common" ))
44- testImplementation(' junit:junit:4.11 ' )
45- implementation(fg . deobf( " maven.modrinth:carbon-config:${ project.carbon_config_forge_version} " ) )
44+ testImplementation(' junit:junit:4.13.1 ' )
45+ modImplementation( " maven.modrinth:carbon-config:${ project.carbon_config_forge_version} " )
4646 jarJar(" earth.terrarium:botarium-forge-${ project.minecraft_version} :${ project.botarium_version} " ){
4747 version {
4848 strictly " [${ project.botarium_version} ,)"
Original file line number Diff line number Diff line change 66 " IEnergyHandlerMixin"
77 ],
88 "minVersion" : " 0.8" ,
9- "refmap" : " tesseract-forge .refmap.json"
9+ "refmap" : " tesseract.refmap.json"
1010}
You can’t perform that action at this time.
0 commit comments