Skip to content

Commit 1432568

Browse files
committed
JiJ the mavenlocal fapi module
1 parent 424e591 commit 1432568

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import net.fabricmc.loom.api.fabricapi.FabricApiExtension
21
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
32
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
43

@@ -201,7 +200,7 @@ dependencies {
201200
if (isFabric) {
202201
// Fabric API has not been released for 25w31a yet.
203202
//modDependency("fabricApi", { "net.fabricmc.fabric-api:fabric-api:$it" }, requiredByDependants = true)
204-
modstitchModImplementation("net.fabricmc.fabric-api:fabric-resource-loader-v0:3.1.11+local")
203+
modstitchModImplementation("net.fabricmc.fabric-api:fabric-resource-loader-v0:3.1.11+local").jij()
205204

206205
modDependency("fabricLangKotlin", { "net.fabricmc:fabric-language-kotlin:${it}" })
207206
}

stonecutter.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66

77
val modstitchVersion = "0.6.2-unstable"
88
id("dev.isxander.modstitch.base") version modstitchVersion apply false
9-
id("dev.isxander.modstitch.shadow") version modstitchVersion apply false
109

1110
id("me.modmuss50.mod-publish-plugin") version "0.8.4" apply false
1211
id("org.ajoberstar.grgit") version "5.0.+" apply false

0 commit comments

Comments
 (0)