Skip to content

Commit

Permalink
new predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
lullaby6 committed Dec 9, 2024
1 parent 23b47bd commit 7342119
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Random TP for voids worlds:
- in/biome/<biome_name>
- in/dimension/<dimension_name> (overworld, the_nether, the_end)
- in/light/<light_level> (0, 5, 10, 15, 0-5, 5-10, ...)
- is/raining
- is/thundering
- is/baby
- is/falling
- is/flying
Expand Down
4 changes: 4 additions & 0 deletions data/utils/predicate/is/raining.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"condition": "minecraft:weather_check",
"raining": true
}
4 changes: 4 additions & 0 deletions data/utils/predicate/is/thundering.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"condition": "minecraft:weather_check",
"thundering": true
}

0 comments on commit 7342119

Please sign in to comment.