Skip to content

Commit 257d4b6

Browse files
committed
Removed ronmamo reflections
1 parent 54b3bb7 commit 257d4b6

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

fabric/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ val minecraftVersion: String by project
2020
val fabricLoaderVersion: String by project
2121
val fabricApiVersion: String by project
2222
val kotlinFabricVersion: String by project
23-
val reflectionsVersion: String by project
2423
val pngEncoderVersion: String by project
2524
val discordIPCVersion: String by project
2625
val 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")

forge/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ val minecraftVersion: String by project
2121
val forgeVersion: String by project
2222
val mixinExtrasVersion: String by project
2323
val kotlinForgeVersion: String by project
24-
val reflectionsVersion: String by project
2524
val pngEncoderVersion: String by project
2625
val discordIPCVersion: String by project
2726
val 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")

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ minecraftVersionMin=1.21.5
3030
minecraftVersionMax=1.21.6
3131
mixinExtrasVersion=0.5.0-rc.2
3232
kotlinVersion=2.1.20
33-
reflectionsVersion=0.10.2
3433
pngEncoderVersion=0.16.0
3534
javaVersion=21
3635
baritoneVersion=1.14.0

neoforge/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ val modVersion: String by project
1919
val minecraftVersion: String by project
2020
val neoVersion: String by project
2121
val kotlinForgeVersion: String by project
22-
val reflectionsVersion: String by project
2322
val pngEncoderVersion: String by project
2423
val discordIPCVersion: String by project
2524
val 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")

0 commit comments

Comments
 (0)