Skip to content

Commit

Permalink
in theory, add dependencies. unfortunately the only way to check if t…
Browse files Browse the repository at this point in the history
…his works is to publish it ...
  • Loading branch information
gamma-delta committed Jan 14, 2025
1 parent 5406a59 commit 88aabd8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 8 additions & 2 deletions Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ plugins {
pkSubproj {
platform "fabric"
curseforgeJar remapJar.archiveFile
curseforgeDependencies[]
curseforgeDependencies[
"paucal", "patchouli", "fabric-language-kotlin", "inline", "cloth-config",
"cardinal-components-api", "fabric-api"
]
modrinthJar remapJar.archiveFile
modrinthDependencies[]
modrinthDependencies[
"paucal", "patchouli", "fabric-language-kotlin", "inline", "cloth-config",
"cardinal-components-api", "fabric-api"
]
}

loom {
Expand Down
10 changes: 7 additions & 3 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ apply plugin: 'org.spongepowered.mixin'
pkSubproj {
platform "forge"
curseforgeJar jar.archiveFile
curseforgeDependencies[]
curseforgeDependencies[
"paucal", "patchouli", "caelus", "inline"
]
modrinthJar jar.archiveFile
modrinthDependencies[]
modrinthDependencies[
"paucal", "patchouli", "caelus", "inline"
]
}

repositories {
Expand Down Expand Up @@ -149,7 +153,7 @@ minecraft {
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
property 'hexcasting.xplat_datagen', 'true'

mods {
create(modID) {
source sourceSets.main
Expand Down

0 comments on commit 88aabd8

Please sign in to comment.