apace100/apoli

[Bug] Desync when dismounting from a player.

MerchantPug opened this issue · 0 comments

{
    "type": "origins:action_on_entity_use",
    "bientity_action": {
        "type": "origins:mount"
    },
    "item_condition": {
        "type": "origins:empty"
    },
    "hands": [
        "main_hand"
    ],
    "bientity_condition": {
        "type": "origins:target_condition",
        "condition": {
            "type": "origins:entity_type",
            "entity_type": "minecraft:player"
        }
    }
}

Tested with the above power, this only happens upon sneak dismounting.
image