Update .gitignore to include KubeJS directories for better resource management in both client and server configurations.

This commit is contained in:
Leonid Pershin
2026-05-08 01:56:52 +03:00
parent 509ff2fb15
commit e58bcbbc4b
124 changed files with 7158 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[general]
#The size of overworld biome regions from each mod that uses TerraBlender.
overworld_region_size = 3
#The weighting of vanilla biome regions in the nether.
vanilla_nether_region_weight = 10
#The size of nether biome regions from each mod that uses TerraBlender.
nether_region_size = 2
#The weighting of vanilla biome regions in the overworld.
vanilla_overworld_region_weight = 10
[end]
#The size of edge end biomes.
edge_biome_size = 3
#The size of highlands end biomes.
highlands_biome_size = 4
#The weight of Vanilla end barrens biomes.
vanilla_end_barrens_weight = 10
#The size of island end biomes.
island_biome_size = 2
#The weight of Vanilla end highlands biomes.
vanilla_end_highlands_weight = 10
#The weight of Vanilla end midlands biomes.
vanilla_end_midlands_weight = 10
#The size of midlands end biomes.
midlands_biome_size = 4
#The weight of Vanilla small end islands biomes.
vanilla_small_end_islands_weight = 10