92 lines
1.7 KiB
Plaintext
92 lines
1.7 KiB
Plaintext
/*
|
|
Spacing: Average distance (in chunks) between two of these structures. Value between 0 and 4096.
|
|
Separation: Minimum distance (in chunks) between two of these structures. Has to be smaller than spacing.
|
|
Frequency: Probability to try to generate. Use other config file to disable structures.
|
|
See https://minecraft.wiki/w/Structure_set
|
|
*/
|
|
{
|
|
"dark_forest_settlements": {
|
|
"spacing": 32,
|
|
"separation": 16,
|
|
"frequency": 0.8,
|
|
"salt": 10128856
|
|
},
|
|
"campsites": {
|
|
"spacing": 32,
|
|
"separation": 16,
|
|
"frequency": 0.8,
|
|
"salt": 51363271
|
|
},
|
|
"taverns": {
|
|
"spacing": 36,
|
|
"separation": 18,
|
|
"frequency": 0.8,
|
|
"salt": 15731481
|
|
},
|
|
"desert_shrines": {
|
|
"spacing": 24,
|
|
"separation": 8,
|
|
"frequency": 1.0,
|
|
"salt": 89294828
|
|
},
|
|
"ruins": {
|
|
"spacing": 48,
|
|
"separation": 24,
|
|
"frequency": 0.8,
|
|
"salt": 1428017473
|
|
},
|
|
"mausoleums": {
|
|
"spacing": 48,
|
|
"separation": 16,
|
|
"frequency": 0.8,
|
|
"salt": 535694654
|
|
},
|
|
"watchtowers": {
|
|
"spacing": 48,
|
|
"separation": 24,
|
|
"frequency": 0.75,
|
|
"salt": 17906333
|
|
},
|
|
"supply_caches": {
|
|
"spacing": 32,
|
|
"separation": 20,
|
|
"frequency": 0.75,
|
|
"salt": 12413523
|
|
},
|
|
"badlands_pyramids": {
|
|
"spacing": 32,
|
|
"separation": 12,
|
|
"frequency": 0.75,
|
|
"salt": 63294721
|
|
},
|
|
"black_spirals": {
|
|
"spacing": 40,
|
|
"separation": 18,
|
|
"frequency": 1.0,
|
|
"salt": 30184232
|
|
},
|
|
"mangrove_huts": {
|
|
"spacing": 28,
|
|
"separation": 12,
|
|
"frequency": 1.0,
|
|
"salt": 2063493658
|
|
},
|
|
"farmsteads": {
|
|
"spacing": 38,
|
|
"separation": 28,
|
|
"frequency": 0.8,
|
|
"salt": 70128199
|
|
},
|
|
"guide_posts": {
|
|
"spacing": 32,
|
|
"separation": 10,
|
|
"frequency": 0.75,
|
|
"salt": 31205983
|
|
},
|
|
"end_shipwrecks": {
|
|
"spacing": 24,
|
|
"separation": 6,
|
|
"frequency": 0.5,
|
|
"salt": 12394461
|
|
}
|
|
} |