World GenerationTechnical Hytale Generator
Scanners
Scans a local part of the world for valid positions.
Written by Hypixel Studios Canada Inc.
Official Hytale Documentation
All content on this section is provided by Hypixel Studios Canada Inc. and is presented without any substantial changes, aside from visual design adjustments by the HytaleModding Team.
Origin
Only scans the origin position.
No parameters.
Linear
Scans linearly block by block.
Parameters:
| Name | Type | Description |
|---|---|---|
| Scanner | Optional Scanner slot | The child Scanner to run for every block scanned by this Scanner. Not used if left empty. |
| Range | Integer Range | The range of blocks around the anchor to scan. |
| Axis | string (X | Y | Z) | Axis to scan along. |
Random
Scans a line of blocks in a random order determined by the seed.
Parameters:
| Name | Type | Description |
|---|---|---|
| Scanner | Optional Scanner slot | The child Scanner to run for every block scanned by this Scanner. Not used if left empty. |
| Range | Integer Range | The range of blocks around the anchor to scan. |
| Axis | string (X | Y | Z) | Axis to scan along. |
| Seed | string | Determines the pseudo-random order. |
Radial
Starts at the anchor block, then moves outward from closest to farthest.
Parameters:
| Name | Type | Description |
|---|---|---|
| Scanner | Optional Scanner slot | The child Scanner to run for every block scanned by this Scanner. Not used if left empty. |
| Bounds | Integer Bounds | The reach of this Scanner around the anchor. |
Queue
Runs all the Scanners in the Queue, one after another.
Parameters:
| Name | Type | Description |
|---|---|---|
| Scanners | list of Scanner slots | Scanners to run, in order. |
Imported
Imports an exported Scanner.
Parameters:
| Name | Type | Description |
|---|---|---|
| Name | string | The exported Scanner. |