Skip to content

Commit

Permalink
fixed compile issues in fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 26, 2024
1 parent 96789cb commit 735a738
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ dependencies{
modCompileOnly("curse.maven:the-one-probe-fabric-581847:${project.top_fabric_file}")
modCompileOnly "lol.bai.megane:megane-reborn-energy:${project.megane_version}"
modCompileOnly "lol.bai.megane:megane-api:${project.megane_version}"
modCompileOnly("com.simibubi.create:create-fabric-${minecraft_version}:0.5.0.i-944+1.18.2"){
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 @@ -33,9 +33,9 @@ include 'tesseract-fabric'
project(':tesseract-fabric').setProjectDir(new File("TesseractAPI/fabric"))

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

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

0 comments on commit 735a738

Please sign in to comment.