Skip to content

Commit 88aabd8

Browse files
committed
in theory, add dependencies. unfortunately the only way to check if this works is to publish it ...
1 parent 5406a59 commit 88aabd8

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Fabric/build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ plugins {
66
pkSubproj {
77
platform "fabric"
88
curseforgeJar remapJar.archiveFile
9-
curseforgeDependencies[]
9+
curseforgeDependencies[
10+
"paucal", "patchouli", "fabric-language-kotlin", "inline", "cloth-config",
11+
"cardinal-components-api", "fabric-api"
12+
]
1013
modrinthJar remapJar.archiveFile
11-
modrinthDependencies[]
14+
modrinthDependencies[
15+
"paucal", "patchouli", "fabric-language-kotlin", "inline", "cloth-config",
16+
"cardinal-components-api", "fabric-api"
17+
]
1218
}
1319

1420
loom {

Forge/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ apply plugin: 'org.spongepowered.mixin'
2626
pkSubproj {
2727
platform "forge"
2828
curseforgeJar jar.archiveFile
29-
curseforgeDependencies[]
29+
curseforgeDependencies[
30+
"paucal", "patchouli", "caelus", "inline"
31+
]
3032
modrinthJar jar.archiveFile
31-
modrinthDependencies[]
33+
modrinthDependencies[
34+
"paucal", "patchouli", "caelus", "inline"
35+
]
3236
}
3337

3438
repositories {
@@ -149,7 +153,7 @@ minecraft {
149153
property 'mixin.env.remapRefMap', 'true'
150154
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
151155
property 'hexcasting.xplat_datagen', 'true'
152-
156+
153157
mods {
154158
create(modID) {
155159
source sourceSets.main

0 commit comments

Comments
 (0)