#why this predicate doesnt work?

1 messages · Page 1 of 1 (latest)

simple kettle
#

tick as @a:

execute as @s[predicate=apex:forward_input] run say forward

forward_input predicate:

{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:player",
"input": {
"forward": true
}
}
}
}

simple kettle
#

im on 26.2

#

ok i figured it out