apace100 / origins-fabric

MIT License
175 stars 167 forks source link

modify_air_speed only affects the vertical speed of creative flight #705

Closed Micalobia closed 9 months ago

Micalobia commented 9 months ago

What is says on the title, not much more to explain.

eggohito commented 9 months ago

Which version of Origins are you using?

Micalobia commented 9 months ago

V1.2.1, which is the latest for 1.20.1, not sure if there's a more recent one.

Micalobia commented 9 months ago

The way I wrote the power looks like this, if that's relevant at all I've got the value set to 0 for testing, and you can't go up or down but can still move sideways perfectly.

{
    "type": "origins:modify_air_speed",
    "modifier": {
        "operation": "set_total",
        "value": 0
    },
    "condition": {
        "type": "origins:and",
        "conditions": [
            {
                "type": "origins:gamemode",
                "gamemode": "survival"
            },
            {
                "type": "origins:creative_flying"
            }
        ]
    }
}
eggohito commented 9 months ago

This should be fixed in Origins 1.11.x