Skip to content

Commit

Permalink
Fix buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Jan 1, 2021
1 parent d0d2216 commit fd053d3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings "net.fabricmc:yarn:${minecraftVersion}+build.${yarnBuild}:v2"
modImplementation "net.fabricmc:fabric-loader:${loaderVersion}"

Set<String> apiModules = [
'fabric-api-base'
]

apiModules.forEach {
modImplementation(include(fabricApi.module(it, fabricApiVersion)))
}
modImplementation(fabricApi.module('fabric-api-base', fabricApiVersion))
}

processResources {
Expand Down

0 comments on commit fd053d3

Please sign in to comment.