Chunk loader
origins-powerful-powers:chunk_loaderpower type
Keeps the chunks around the holder loaded while the power is active. See Chunk loading for what's loaded and when it ends.
| Field | Type | Default | Description |
|---|---|---|---|
radius | Integer | 1 | How many chunks out from the holder's chunk to load. |
condition | Entity condition | none | Loads only while this is true. |
{
"type": "origins-powerful-powers:chunk_loader",
"radius": 2,
"condition": {
"type": "origins:sneaking",
"inverted": true
}
}Keeps a 5×5 area of chunks around the holder loaded, and pauses while they sneak.