Skip to content

Commit

Permalink
🐛 Add missing tooting and level model predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Dec 3, 2024
1 parent 93575d4 commit 1af0665
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/assets/model.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,17 @@ enum(string) Predicates {
Damage = "damage",
Damaged = "damaged",
Firework = "firework",
/// The honey level on bee nests and beehives.
HoneyLevel = "honey_level",
Lefthanded = "lefthanded",
/// The `level` block state on light items.
Level = "level",
Pull = "pull",
Pulling = "pulling",
/// Whether the trident is being used.
Throwing = "throwing",
Time = "time",
/// Whether the goat horn is being used.
Tooting = "tooting",
TrimType = "trim_type",
}

0 comments on commit 1af0665

Please sign in to comment.