"Climbing" condition only works for vanilla climbing.
thegatesdev opened this issue ยท 4 comments
Add Climbing entity condition, because this:
"condition":{ "type": "origins:power_active", "power": "origins:climbing" }
does not seem to work
There's already an origins:climbing
entity condition type. You can check the wiki for more information
There's already an
origins:climbing
entity condition type. You can check the wiki for more information
Im sorry, the github wiki does not state a Climbing condition at https://github.com/apace100/origins-fabric/wiki/List-of-entity-conditions . It seems the github wiki is not updated. thanks.
When climbing using this power:
`"type": "origins:climbing",
"condition": {
"type": "origins:collided_horizontally"
},
"allow_holding": true`
the entity condition "origins:climbing" does not detect it, neither does "origins:power_active" detect if I am using (climbing) it right now.