Skip to content

[1.21.8] Can't set horse armor #196

@envizar

Description

@envizar

/npc property set <horse-npc> chestplate does nothing on 1.21.8. Found solution:

if (EntityTypes.isTypeInstanceOf(type, EntityTypes.HORSE)) {
-    addProperties("chestplate");
+    addProperties("body");
}

But I didn't create a PR because I don't want to manually search in which mc version it changed. Maybe I will do it later

("supporting 1.8 to latest" makes things hard)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions