Skip to content

Commit

Permalink
docs: CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 24, 2024
1 parent 97e612e commit 03ca0d9
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
## Added
- `ContextParamMap#has(ContextParameterType)`
- `ContextParamMap.Mutable` - A mutable variant of `ContextParamMap`
- `TypedGameCondition` - An interface for parameter-typed conditions to implement.
- `EntityPassengerCondition` - A condition that tests a condition on an entity's passenger.
- `EntityVehicleCondition` - A condition that tests a condition on an entity's vehicle.
- `InvertedCondition` - A condition that inverts another condition's test.
- `RetypedCondition` - Allows encoded formats (e.g. JSON) to retype dynamically.
- `AlwaysCondition` - Always returns one value in a test.
- Mod icon.

## Changed
- Implemented `TypedGameCondition` on all built-in conditions.
- Use registries for `ContextParamType`.

## Removed
- Removed `@ApiStatus.Experimental` from `GameConditionType`.
- Clarified multiloader support in documentation.

0 comments on commit 03ca0d9

Please sign in to comment.