Files
Custom_Launcher_mc/modpack/_upload/objects/10/d2/10d20bd766404d1cc212ac07dfbcd1c80435c000
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

23 lines
536 B
Plaintext

/*
This config is used to tweak the spawning-behaviour certain structures from the BetterArcheology Mod
*/
{
// Normal buildings, ruins etc. without fossils.
"archeology_sites": {
"spacing": 32,
"separation": 16,
"salt": 990880770
},
// Underwater ruins similar to shipwrecks containing fossiliferous dirt.
"underwater_ruins": {
"spacing": 16,
"separation": 12,
"salt": 990880772
},
// Rather small fossil sites with fossiliferous dirt.
"fossil_sites": {
"spacing": 24,
"separation": 12,
"salt": 990880771
}
}