apace100 / apoli

MIT License
40 stars 46 forks source link

[Bug] Desync when dismounting from a player. #208

Closed MerchantPug closed 8 months ago

MerchantPug commented 8 months ago
{
    "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