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
}
}
@@ -0,0 +1,39 @@
/*
This config is used to enable or disable certain structures from the BetterArcheology Mod
*/
{
// Normal buildings, ruins etc. without fossils.
"archeology_sites": {
"archeologist_camp_grassy": true,
"archeologist_camp_redsand": true,
"archeologist_camp_sand": true,
"buried_ruins_sand": true,
"catacombs": true,
"desert_obelisk": true,
"light_temple": true,
"mesa_ruins": true,
"mott": true,
"ruins_sand": true,
"stonehenge_grassy": true,
"temple_jungle": true,
"tumulus_grassy": true
},
// Underwater ruins similar to shipwrecks containing fossiliferous dirt.
"underwater_ruins": {
"underwater_0": true,
"underwater_1": true,
"underwater_2": true,
"underwater_3": true
},
// Rather small fossil sites with fossiliferous dirt.
"fossil_sites": {
"fossil_chicken": true,
"fossil_chicken_birch": true,
"fossil_creeper": true,
"fossil_jungle_0": true,
"fossil_jungle_1": true,
"fossil_sheep_0": true,
"fossil_wolf": true,
"villager_grave": true
}
}