File Details
RecurrentComplexVolts-1.12.2-2.0.0.5.jar
- R
- Jun 4, 2026
- 4.64 MB
- 0
- 1.12.2+2
- Forge
File Name
RecurrentComplexVolts-1.12.2-2.0.0.5.jar
Supported Versions
- 1.12.2
- 1.12.1
- 1.12
Curse Maven Snippet
**Added**
- Added admin command: `/#structures locate <structure-id>`
- Finds the nearest predicted Recurrent Complex natural/static structure spawn.
**Usage**
```mcfunction
/#structures locate <structure-id> [--radius <chunks>] [--dimension <id>] [--from <x> <z>] [--unchecked]
```
**Examples**
```mcfunction
/#structures locate RuinedTemple
/#structures locate RuinedTemple --radius 256
/#structures locate RuinedTemple -r 128 --from 0 0
/#structures locate RuinedTemple --dimension 0 --unchecked
```
**Options**
- `--radius` / `-r`: search radius in chunks. Default: `128`.
- `--dimension` / `-d`: dimension ID. Default: your current dimension.
- `--from <x> <z>`: search from these coordinates. Default: your position.
- `--unchecked`: skip chunks ReC has already checked/generated.