File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ fun DependencyHandlerScope.setupConfigurations() {
3838dependencies {
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(...)
You can’t perform that action at this time.
0 commit comments