modify_air_speed only affects the vertical speed of creative flight
Micalobia opened this issue ยท 4 comments
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"
}
]
}
}
This should be fixed in Origins 1.11.x