Skip to content

Commit ee2da65

Browse files
committed
Fix: Fabric
1 parent 35305c7 commit ee2da65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fabric/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ fun DependencyHandlerScope.setupConfigurations() {
3838
dependencies {
3939
// Fabric API (Do not touch)
4040
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
41-
modImplementation("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
42-
modImplementation("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
41+
includeMod("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
42+
includeMod("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
4343

4444
// Add dependencies on the required Kotlin modules.
4545
includeLib("org.reflections:reflections:0.10.2")
46+
includeLib("org.javassist:javassist:3.27.0-GA")
4647

4748
// Add mods to the mod jar
4849
// includeMod(...)

0 commit comments

Comments
 (0)