Skip to content

Commit e8cfafe

Browse files
committed
Add is_on_ground predicate
1 parent 6dfe1b7 commit e8cfafe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

data/lt/predicate/is_on_ground.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"condition": "minecraft:inverted",
3+
"term": {
4+
"condition": "minecraft:entity_properties",
5+
"entity": "this",
6+
"predicate": {
7+
"type": "minecraft:player",
8+
"stepping_on": {
9+
"block": {
10+
"blocks": "air"
11+
}
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)