Skip to content

Commit

Permalink
fabric,neoforge源代码包含common的paperdollrender
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyRespawnanchor committed Oct 9, 2024
1 parent 3683894 commit bb8a79d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
// GeckoLib
modImplementation "software.bernie.geckolib:geckolib-fabric-${minecraft_version}:${geckolib_version}"
// PaperDoll Render
modImplementation("org.ayamemc:paper-doll-render:common-4.0.0")
modImplementation("org.ayamemc:paperdollrender:common-4.0.0")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
// Fabric Language Kotlin 它是too-many-shortcuts的前置,不是我们模组的前置,在这里只是为了让too-many-shortcuts正常加载
modImplementation("net.fabricmc:fabric-language-kotlin:1.12.1+kotlin.2.0.20")
// PaperDoll Render
modImplementation("org.ayamemc:paper-doll-render:fabric-4.0.0")
modImplementation("org.ayamemc:paperdollrender:fabric-4.0.0")

common(project(path: ':common', configuration: 'namedElements')) { transitive false }
shadowBundle project(path: ':common', configuration: 'transformProductionFabric')
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
// GeckoLib
implementation "software.bernie.geckolib:geckolib-neoforge-${minecraft_version}:${geckolib_version}"
// PaperDoll Render
implementation "org.ayamemc:paper-doll-render:neoforge-4.0.0"
implementation "org.ayamemc:paperdollrender:neoforge-4.0.0"
}

processResources {
Expand Down

0 comments on commit bb8a79d

Please sign in to comment.