Update NCR-Encryption.json, client.json, common.json, and 49 more files

This commit is contained in:
2026-07-13 16:51:37 +01:00
parent f6694318ba
commit 35b3ca112b
1436 changed files with 233033 additions and 2193 deletions
@@ -0,0 +1,23 @@
/*
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
}
}