This commit is contained in:
2025-09-28 22:52:54 +02:00
parent b2dc5eba36
commit 29b5acd552
1154 changed files with 48623 additions and 26772 deletions

View File

@@ -444,16 +444,35 @@ wireless {
}
##########################################################################################################
# worldgen
#--------------------------------------------------------------------------------------------------------#
# The meteorite dimension whitelist list can be used alone or in unison with the meteorite (in)valid blocks whitelist.
# Default debris is the following (in this order) Stone, Cobblestone, biomeFillerBlock (what's under the top block, usually dirt), Gravel, biomeTopBlock (usually grass)
# Format: dimensionID, modID:blockID:metadata, modID:blockID:metadata, modID:blockID:metadata, modID:blockID:metadata, modID:blockID:metadata
# --------------------------------------------------------------------------------------------------------#
# The meteorite (in)valid spawn blocks list can be used alone or in unison with the meteorite dimension whitelist. Format: modId:blockID, modId:blockID, etc.
##########################################################################################################
worldgen {
D:meteoriteClusterChance=0.1
I:meteoriteDimensionWhitelist <
0
S:meteoriteDimensionWhitelist <
0, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT
29, GalacticraftMars:tile.mars:9, GalacticraftMars:tile.mars:4, GalacticraftMars:tile.mars:6, minecraft:sand:1, GalacticraftMars:tile.mars:5
>
S:meteoriteInvalidSpawnBlocks <
>
S:meteoriteSpawnChance <
0=0.3
>
S:meteoriteValidSpawnBlocks <
GalacticraftMars:tile.mars
>
S:minMeteoriteDistance <
0=707
>
D:meteoriteSpawnChance=0.3
I:minMeteoriteDistance=707
I:quartzOresClusterAmount=15
I:quartzOresPerCluster=4
D:spawnChargedChance=0.07999998331069946
}