2.8.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user