Skip to content

Commit

Permalink
Fix jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed Nov 13, 2024
1 parent f29a806 commit b2189fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public PatternConfig langEntry(BiConsumer<String, String> translationConsumer, S
}

/**
* The generated paths are "modid:trims/models/armor/pattern" and "modid:trims/models/armor/pattern_leggings".
* The generated paths are "modid:trims/entity/humanoid/{pattern}" and "modid:trims/entity/humanoid_leggings/{pattern}".
* This method can be used if the textures are located elsewhere.
*/
public PatternConfig textureLocations(ResourceLocation main, ResourceLocation leggings) {
Expand Down

0 comments on commit b2189fb

Please sign in to comment.