File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ val minecraftVersion: String by project
2020val fabricLoaderVersion: String by project
2121val fabricApiVersion: String by project
2222val kotlinFabricVersion: String by project
23- val reflectionsVersion: String by project
2423val pngEncoderVersion: String by project
2524val discordIPCVersion: String by project
2625val classGraphVersion: String by project
@@ -80,7 +79,6 @@ dependencies {
8079 modImplementation(" net.fabricmc:fabric-loader:$fabricLoaderVersion " )
8180
8281 // Add dependencies on the required Kotlin modules.
83- includeLib(" org.reflections:reflections:$reflectionsVersion " )
8482 includeLib(" io.github.classgraph:classgraph:${classGraphVersion} " )
8583 includeLib(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
8684 includeLib(" com.pngencoder:pngencoder:$pngEncoderVersion " )
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ val minecraftVersion: String by project
2121val forgeVersion: String by project
2222val mixinExtrasVersion: String by project
2323val kotlinForgeVersion: String by project
24- val reflectionsVersion: String by project
2524val pngEncoderVersion: String by project
2625val discordIPCVersion: String by project
2726val classGraphVersion: String by project
@@ -88,7 +87,6 @@ dependencies {
8887 forge(" net.minecraftforge:forge:$minecraftVersion -$forgeVersion " )
8988
9089 // Add dependencies on the required Kotlin modules.
91- includeLib(" org.reflections:reflections:$reflectionsVersion " )
9290 includeLib(" io.github.classgraph:classgraph:${classGraphVersion} " )
9391 includeLib(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
9492 includeLib(" com.pngencoder:pngencoder:$pngEncoderVersion " )
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ minecraftVersionMin=1.21.5
3030minecraftVersionMax =1.21.6
3131mixinExtrasVersion =0.5.0-rc.2
3232kotlinVersion =2.1.20
33- reflectionsVersion =0.10.2
3433pngEncoderVersion =0.16.0
3534javaVersion =21
3635baritoneVersion =1.14.0
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ val modVersion: String by project
1919val minecraftVersion: String by project
2020val neoVersion: String by project
2121val kotlinForgeVersion: String by project
22- val reflectionsVersion: String by project
2322val pngEncoderVersion: String by project
2423val discordIPCVersion: String by project
2524val classGraphVersion: String by project
@@ -82,7 +81,6 @@ dependencies {
8281 neoForge(" net.neoforged:neoforge:${neoVersion} " )
8382
8483 // Add dependencies on the required Kotlin modules.
85- includeLib(" org.reflections:reflections:$reflectionsVersion " )
8684 includeLib(" io.github.classgraph:classgraph:${classGraphVersion} " )
8785 includeLib(" com.github.Edouard127:KDiscordIPC:$discordIPCVersion " )
8886 includeLib(" com.pngencoder:pngencoder:$pngEncoderVersion " )
You can’t perform that action at this time.
0 commit comments