Skip to content

Commit 92edadf

Browse files
committed
Re Fix TinyConfig inclusion
1 parent 5d5f4b4 commit 92edadf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neoforge/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353

5454
modImplementation("dev.kosmx.player-anim:player-animation-lib-forge:${project.player_anim_version}")
5555
modApi("me.shedaniel.cloth:cloth-config-neoforge:${project.cloth_config_version}")
56-
include(implementation("com.github.ZsoltMolnarrr:TinyConfig:${project.tiny_config_version}"))
56+
shadowBundle(common("com.github.ZsoltMolnarrr:TinyConfig:${project.tiny_config_version}"))
5757
}
5858

5959
processResources {
@@ -67,6 +67,7 @@ processResources {
6767
shadowJar {
6868
configurations = [project.configurations.shadowBundle]
6969
archiveClassifier = 'dev-shadow'
70+
relocate 'net.tinyconfig', 'net.combat_roll.tinyconfig'
7071
}
7172

7273
remapJar {

0 commit comments

Comments
 (0)