Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// Do NOT use other classes from Fabric Loader.
modImplementation "net.fabricmc:fabric-loader:$rootProject.fabric_loader_version"

modCompileOnly "libs:paucal:$paucalVersion+$minecraftVersion-common"
modCompileOnly "at.petra-k:paucal:$paucalVersion+$minecraftVersion-common"
// i do not know why the xplat and mod jars are in different coordinates
modCompileOnly "vazkii.patchouli:Patchouli-xplat:1.21-$patchouliVersion-SNAPSHOT"
modCompileOnly "com.samsthenerd.inline:inline-common:1.21.1-1.2.2-74"
Expand Down
7 changes: 1 addition & 6 deletions Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ repositories {
}
// pehkui
maven { url = "https://jitpack.io" }

// If you have mod jar dependencies in ./libs, you can declare them as a repository like so:
flatDir {
dir 'libs'
}
}

dependencies {
Expand All @@ -128,7 +123,7 @@ dependencies {
shadowBundle project(path: ':Common', configuration: 'transformProductionFabric')

// === MANDATORY DEPS ===
modImplementation("libs:paucal:$paucalVersion+$minecraftVersion-fabric")
modImplementation("at.petra-k:paucal:$paucalVersion+$minecraftVersion-fabric")
// dear mod devs, don't put the platform in the middle of your version code
modImplementation "vazkii.patchouli:Patchouli:1.21-$patchouliVersion-FABRIC-SNAPSHOT"
modImplementation "com.samsthenerd.inline:inline-fabric:$minecraftVersion-$inlineVersion"
Expand Down
7 changes: 1 addition & 6 deletions Neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ repositories {
mavenCentral()
mavenLocal()

// If you have mod jar dependencies in ./libs, you can declare them as a repository like so:
flatDir {
dir 'libs'
}

maven { url = "https://maven.neoforged.net/releases/" }
// paucal and patchi
maven { url = 'https://maven.blamejared.com' }
Expand Down Expand Up @@ -96,7 +91,7 @@ dependencies {
compileOnly("top.theillusivec4.curios:curios-neoforge:$curiosVersion+$minecraftVersion:api")
runtimeOnly("top.theillusivec4.curios:curios-neoforge:$curiosVersion+$minecraftVersion")

modImplementation "libs:paucal:$paucalVersion+$minecraftVersion-neoforge"
modImplementation "at.petra-k:paucal:$paucalVersion+$minecraftVersion-neoforge"
modImplementation "vazkii.patchouli:Patchouli:1.21-$patchouliVersion-NEOFORGE-SNAPSHOT"
modImplementation "com.illusivesoulworks.caelus:caelus-neoforge:$caelusVersion"
modImplementation "com.samsthenerd.inline:inline-neoforge:1.21.1-1.2.2-74"
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ modVersion=0.12.0-devel

fabric_loader_version=0.16.14

# this is the version published to modrinth/cf i swear
# haha not anymore it's from mavenLocal
paucalVersion=0.7.1-noelle
paucalVersion=0.7.1-pre-27
patchouliVersion=88

jeiVersion=19.25.1.328
Expand Down
Binary file removed libs/paucal-0.7.1-noelle+1.21.1-common.jar
Binary file not shown.
Binary file removed libs/paucal-0.7.1-noelle+1.21.1-fabric.jar
Binary file not shown.
Binary file removed libs/paucal-0.7.1-noelle+1.21.1-neoforge.jar
Binary file not shown.
Loading