Skip to content

Commit

Permalink
change: update lithium-mixin-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Mar 15, 2023
1 parent f9def17 commit f9802ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lithium-mixin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ A faster code path is used for determining what kind of path-finding node type i
given block. Additionally, a faster chunk cache will be used for accessing blocks while evaluating
paths.

Requirements:
- `mixin.util.chunk_access=true`

### `mixin.ai.poi`
(default: `true`)
Expand Down Expand Up @@ -254,11 +256,14 @@ Requirements:
(default: `true`)
Uses faster block access for block collisions and delayed entity access with grouped boat/shulker for entity collisions when available
Requirements:
- `mixin.util.block_tracking=true`
- `mixin.util.block_tracking=true`
- `mixin.util.chunk_access=true`

### `mixin.entity.collisions.movement`
(default: `true`)
Entity movement uses optimized block access and optimized and delayed entity access
Requirements:
- `mixin.util.chunk_access=true`

### `mixin.entity.collisions.suffocation`
(default: `true`)
Expand Down Expand Up @@ -394,6 +399,10 @@ Allows access to existing BlockEntities without creating new ones
(default: `true`)
Chunk sections count certain blocks inside them and provide a method to quickly check whether a chunk contains any of these blocks

### `mixin.util.chunk_access`
(default: `true`)
Access chunks of worlds, chunk caches and chunk regions directly.

### `mixin.util.entity_movement_tracking`
(default: `true`)
System to notify subscribers of certain entity sections about position changes of certain entity types.
Expand Down

0 comments on commit f9802ae

Please sign in to comment.