Skip to content

Commit

Permalink
remove configured
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMCLoveMan committed Feb 1, 2024
1 parent 31a1344 commit 8a46b54
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ dependencies {
// Minecraft Forge
minecraft "net.minecraftforge:forge:$minecraft_version-$forge_version"

// Configured
if (project.hasProperty('configured_file_id')) {
runtimeOnly fg.deobf("curse.maven:configured-457570:$configured_file_id")
}

// Just Enough Items
if (project.hasProperty('jei_version')) {
// compile against the JEI API but do not include it at runtime
Expand Down

0 comments on commit 8a46b54

Please sign in to comment.