You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the [overworld.json file](https://github.com/TerraForged/Structure_Datapack/blob/main/data/minecraft/worldgen/noise_settings/overworld.json) to include the mod structures that you want to add with the desired separation settings.
4
+
5
+
Add the edited datapack using the datapack selection screen in the Create World menus, or add to your `config/terraforged/datapacks` folder.
6
+
7
+
### Notes on the settings:
8
+
9
+
| Name | Valid_Value_Range | Unit | Description |
10
+
| ---- | ---- | ---- | :---- |
11
+
| salt |`0` - `2147483647`| None | Used as to seed the randomization of structure positions. |
12
+
| spacing |`0` - `4096`| Chunks | Controls the size of the grid used to generate the structure. One structure will be placed randomly in each grid cell. |
13
+
| separation |`0` < `spacing`| Chunks | Controls the minimum distance to maintain between the random structure positions. Low values produce more random distribution but may result in structures appearing closer together sometimes. |
0 commit comments