Skip to content

Commit

Permalink
Changelog entry for TickAction.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Oct 7, 2023
1 parent 3bd99d5 commit 7aa80bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@

- `math::Face6::face_transform()`
- `math::GridRotation::to_positive_octant_transform()`

- `block::BlockAttributes::tick_action` can now specify a time period rather than always occurring on the next tick.

### Changed

- `all-is-cubes` library:
- Block schema and behavior changes:
- Light emission is now a property of `Atom` blocks instead of `BlockAttributes`.
- `EvaluatedBlock`’s `color` field is computed more accurately, ignoring voxels hidden by other voxels.
- `BlockAttributes::tick_action` is now a dedicated `TickAction` type instead of `VoxelBrush`.

- All vector and matrix types from the library `cgmath` have been replaced with the library `euclid`.

Expand Down

0 comments on commit 7aa80bb

Please sign in to comment.