Skip to content

Commit

Permalink
fix srcNs in fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 30, 2024
1 parent a249eea commit ba5f6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal() {
gradlePluginPortal {
content {
excludeGroup("org.apache.logging.log4j")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ abstract class FabricLikeMinecraftTransformer(
type = TinyV2Writer
sourceNamespace = prodNamespace
targetNamespace = setOf(provider.mappings.devNamespace)
renameNs[prodNamespace] = "intermediary"
renameNs[provider.mappings.devNamespace] = "named"
}
export.validate()
Expand Down

0 comments on commit ba5f6ad

Please sign in to comment.