Skip to content

Commit

Permalink
changed common to fabric loader unimined setup
Browse files Browse the repository at this point in the history
also disabled forge and fabric modules till common compiles
  • Loading branch information
Trinsdar committed Oct 26, 2024
1 parent d49bdd5 commit 440cbeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ configurations {

unimined.minecraft {
version minecraft_version
accessWidener {
fabric {
loader(project.fabric_loader_version)
accessWidener(file("src/main/resources/antimatter.accesswidener"))
}

Expand Down Expand Up @@ -50,10 +51,9 @@ repositories {
maven { url "https://maven.bai.lol" }
}

apply from: 'https://raw.githubusercontent.com/GregTech-Intergalactical/GradleSripts/main/common.gradle'
//apply from: 'https://raw.githubusercontent.com/GregTech-Intergalactical/GradleSripts/main/common.gradle'
dependencies{
implementation(expectPlatform.annotationsDep)
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
compileOnly("com.blamejared.crafttweaker:CraftTweaker-common-1.18.2:${rootProject.crafttweaker_version}")
modCompileOnly("dev.latvian.mods:kubejs-fabric:${rootProject.kubejs_version}")
implementation(project(path: ":tesseract-common"))
Expand Down
8 changes: 4 additions & 4 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-forge")
//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-forge').setProjectDir(new File("forge"))
//project(':antimatter-fabric').setProjectDir(new File("fabric"))

0 comments on commit 440cbeb

Please sign in to comment.