Skip to content

Commit c1324d8

Browse files
authored
Update README.md
1 parent f570a2d commit c1324d8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# Structure_Datapack
1+
# Structure_Datapack
2+
3+
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

Comments
 (0)