Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Aug 28, 2022
1 parent daef749 commit d6dd381
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import com.modrinth.minotaur.dependencies.ModDependency
import com.modrinth.minotaur.dependencies.VersionDependency

plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
Expand Down Expand Up @@ -116,10 +116,10 @@ modrinth {
gameVersions = ["${project.minecraft_version}"]
loaders = ["fabric"]
dependencies = [
new ModDependency("P7dR8mSH", "required"),
new ModDependency("9s6osm5g", "required"),
new ModDependency("wFyCClLQ", "required"),
new ModDependency("kD9Vl1lR", "embedded"),
new ModDependency("K01OU20C", "embedded")
new VersionDependency("4XRtXhtL", "required"),
new VersionDependency("d1D40LRO", "required"),
new VersionDependency("HYWRZ5QH", "required"),
new VersionDependency("3WtluP76", "embedded"),
new VersionDependency("rQt4CSD0", "embedded")
]
}

0 comments on commit d6dd381

Please sign in to comment.