Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantonik committed Jun 12, 2024
1 parent 96bf0e3 commit f4b7a16
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
4 changes: 0 additions & 4 deletions Common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
apply plugin: 'org.spongepowered.gradle.vanilla'

base {
archivesName = "$mod_name-$mc_version-common"
}

println "Using Minecraft: $mc_version"

minecraft {
Expand Down
9 changes: 1 addition & 8 deletions Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,9 @@ loom {

setConfigName('Fabric: Client')
}

server {
server()

setConfigName('Fabric: Server')
}
}

mixin {
defaultRefmapName = "${mod_id}.refmap.json"
useLegacyMixinAp = false
}

Expand All @@ -54,7 +47,7 @@ dependencies {
parchment("org.parchmentmc.data:parchment-$mc_version:$mappings_version@zip")
}

implementation project(':Common')
compileOnly project(':Common')

modImplementation "net.fabricmc:fabric-loader:$loader_version"
modImplementation "net.fabricmc.fabric-api:fabric-api:$fabric_version+$mc_version"
Expand Down
4 changes: 0 additions & 4 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ minecraft {
}

client

server {
args '--nogui'
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ runs {
}

client

server {
programArgument '--nogui'
}
}

repositories {
Expand Down

0 comments on commit f4b7a16

Please sign in to comment.