Skip to content

Commit

Permalink
Make sure we adjust shading path for fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Jul 14, 2023
1 parent 1c3d773 commit 86e2682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launchers/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks {
}

shadowJar {
val mapped = "loom_mappings_1_19_2_layered_hash_40359_v2"
val mapped = "loom_mappings_1_20_1_layered_hash_40359_v2"
dependencies {
include(dependency("net.impactdev.impactor.commands:common:.*"))
include(dependency("$mapped.net.impactdev.impactor.commands:fabric:.*"))
Expand Down

0 comments on commit 86e2682

Please sign in to comment.