Skip to content

Commit

Permalink
fixed some compile errors on forge side, updated tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 26, 2024
1 parent 735a738 commit 2697275
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TesseractAPI
4 changes: 3 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ dependencies {
implementation fg.deobf(include("earth.terrarium:botarium-forge-1.18.2:${project.botarium_version}"))
implementation fg.deobf(include("org.gt-reimagined:structurelib-forge:${project.structurelib_version}-${project.minecraft_version}"))
implementation fg.deobf(include("com.teamresourceful.resourcefullib:resourcefullib-forge-1.18.2:${project.resourcefullib_version}"))
implementation fg.deobf(include("io.github.llamalad7:mixinextras-forge:0.2.0-beta.11"))
implementation(fg.deobf("maven.modrinth:carbon-config:${project.carbon_config_forge_version}"))
jarJar("maven.modrinth:carbon-config:${project.carbon_config_forge_version}"){
jarJar.ranged(it, "[1.18.2-1.2.6,)")
Expand All @@ -107,6 +106,9 @@ dependencies {
implementation(jarJar("io.github.llamalad7:mixinextras-forge:0.4.1")) {
jarJar.ranged(it, "[0.4.1,)")
}
compileOnly fg.deobf("com.simibubi.create:create-${minecraft_version}:0.5.1.i-435:all"){
transitive = false
}
//include("org.jetbrains.kotlin:kotlin-reflect:${kotlin.coreLibrariesVersion}")
//include("org.jetbrains.kotlin:kotlin-stdlib:${kotlin.coreLibrariesVersion}")
//include("org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin.coreLibrariesVersion}")
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ project(':tesseract-fabric').setProjectDir(new File("TesseractAPI/fabric"))

include("antimatter-common")
include("antimatter-fabric")
//include("antimatter-forge")
include("antimatter-forge")

project(':antimatter-common').setProjectDir(new File("common"))
//project(':antimatter-forge').setProjectDir(new File("forge"))
project(':antimatter-forge').setProjectDir(new File("forge"))
project(':antimatter-fabric').setProjectDir(new File("fabric"))

0 comments on commit 2697275

Please sign in to comment.