Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 24, 2021
1 parent 36f3ed3 commit c366cf6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ public static void registerTags() {
// Returns the pose of this armor stand item, if any.
// Map has keys: head, body, left_arm, right_arm, left_leg, right_leg
// -->
PropertyParser.<ItemArmorPose, MapTag>registerTag(MapTag.class, "armor_stand_data", (attribute, item) -> {
PropertyParser.<ItemArmorPose, MapTag>registerTag(MapTag.class, "armor_pose", (attribute, item) -> {
return item.getPoseMap();
});
}
Expand Down

0 comments on commit c366cf6

Please sign in to comment.