Skip to content

Commit

Permalink
Initial Loom port
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Nov 7, 2024
1 parent 46e52bd commit 5f57cb2
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 207 deletions.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("io.github.gaming32.gradle.preprocess-root") version "0.4.4"
id("xyz.wagyourtail.unimined") version "1.3.9" apply false
id("dev.architectury.loom") version "1.7.414" apply false
}

repositories {
Expand Down Expand Up @@ -37,3 +37,7 @@ preprocess {
fabric11904.link(fabric11902)
fabric11902.link(forge11902)
}

subprojects {
extra["loom.platform"] = name.substringAfter('-')
}
Loading

0 comments on commit 5f57cb2

Please sign in to comment.