sandstone
sandstone copied to clipboard
Advancement criteria conditions have incorrect types for the `player` and `entity` properties
The player
property of any applicable advancement trigger's conditions
should always accept an EntityCriterion
, not only an array of predicates.
The player
property also should not accept a single predicate that isn't in an array, which it does.
Additionally, the entity
property of any applicable advancement trigger's conditions
should always accept an array of predicates, not only an EntityCriterion
.
Example advancement trigger from Minecraft wiki: