
EcoPets 2.74.0
Pets that work exactly how you want them to
- (API) Added Counter / Counters, a structured way to get values from triggers with multipliers / filters / conditions.
- Fixed elytra_boost_save_chance using 0-1 as the chance region rather than 0-100 (consistency)
- Added a placeholder that represents the value passed by the trigger (e.g. the amount of damage dealt; see here). It can be referenced with %trigger_value%
, %triggervalue%
, %trigger%
, %value%
, %tv%
, %v%
, and %t%
, depending on what level of shorthand you prefer.
- Added chains.yml, a dedicated area to specify effect chains to be referenced with the run_chain effect
- Added onMaxHealth filter
- Fixed is_night condition not working
- API: Added Iterable<ConfiguredCondition>#isMet(Player) as shorthand for using .all { it.isMet(Player) }