Skip to content

Commit

Permalink
Re Fix TinyConfig inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Sep 7, 2024
1 parent 5d5f4b4 commit 92edadf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

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

processResources {
Expand All @@ -67,6 +67,7 @@ processResources {
shadowJar {
configurations = [project.configurations.shadowBundle]
archiveClassifier = 'dev-shadow'
relocate 'net.tinyconfig', 'net.combat_roll.tinyconfig'
}

remapJar {
Expand Down

0 comments on commit 92edadf

Please sign in to comment.