Fellies/config[default]/astralsorcery-common.toml

106 lines
4.8 KiB
TOML
Raw Normal View History

2021-01-28 20:11:47 +00:00
[worldgen]
2021-02-12 14:22:54 +00:00
[worldgen.desert_shrine]
#Set this to false to disable this worldgen feature.
enabled = true
#Set this to true to let this feature generate in any biome.
everyBiome = false
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = false
2021-01-28 20:11:47 +00:00
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
2021-02-12 14:22:54 +00:00
biomeCategoryNames = ["mesa", "desert", "savanna"]
2021-01-28 20:11:47 +00:00
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
worldNames = ["overworld"]
#Defines the structure spacing for worldgen
#Range: 1 ~ 512
spacing = 18
#Defines the structure separation for worldgen
#Range: 1 ~ 512
separation = 4
2021-02-12 14:22:54 +00:00
[worldgen.marble]
2021-01-28 20:11:47 +00:00
#Set this to false to disable this worldgen feature.
enabled = true
2021-02-12 14:22:54 +00:00
#Set this to true to let this feature generate in any biome.
everyBiome = true
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = true
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
biomeCategoryNames = []
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
worldNames = []
2021-01-28 20:11:47 +00:00
[worldgen.glow_flower]
2021-02-12 14:22:54 +00:00
#Set this to false to disable this worldgen feature.
enabled = true
#Set this to true to let this feature generate in any biome.
everyBiome = false
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = false
2021-01-28 20:11:47 +00:00
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
biomeCategoryNames = ["icy", "extreme_hills"]
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
worldNames = ["overworld"]
2021-02-12 14:22:54 +00:00
[worldgen.rock_crystal]
#Set this to false to disable this worldgen feature.
enabled = true
2021-01-28 20:11:47 +00:00
#Set this to true to let this feature generate in any biome.
2021-02-12 14:22:54 +00:00
everyBiome = true
2021-01-28 20:11:47 +00:00
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = false
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
biomeCategoryNames = []
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
2021-02-12 14:22:54 +00:00
worldNames = ["overworld"]
[worldgen.small_shrine]
2021-01-28 20:11:47 +00:00
#Set this to false to disable this worldgen feature.
enabled = true
2021-02-12 14:22:54 +00:00
#Set this to true to let this feature generate in any biome.
everyBiome = false
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = false
2021-01-28 20:11:47 +00:00
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
2021-02-12 14:22:54 +00:00
biomeCategoryNames = ["forest", "plains"]
2021-01-28 20:11:47 +00:00
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
worldNames = ["overworld"]
#Defines the structure spacing for worldgen
#Range: 1 ~ 512
spacing = 18
#Defines the structure separation for worldgen
#Range: 1 ~ 512
separation = 4
2021-02-12 14:22:54 +00:00
[worldgen.aquamarine]
#Set this to false to disable this worldgen feature.
enabled = true
2021-01-28 20:11:47 +00:00
#Set this to true to let this feature generate in any biome.
2021-02-12 14:22:54 +00:00
everyBiome = true
2021-01-28 20:11:47 +00:00
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = false
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
biomeCategoryNames = []
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
worldNames = ["overworld"]
2021-02-12 14:22:54 +00:00
[worldgen.ancient_shrine]
#Set this to false to disable this worldgen feature.
enabled = true
2021-01-28 20:11:47 +00:00
#Set this to true to let this feature generate in any biome.
2021-02-12 14:22:54 +00:00
everyBiome = false
2021-01-28 20:11:47 +00:00
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
everyWorld = false
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
biomeCategoryNames = ["icy", "extreme_hills"]
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
worldNames = ["overworld"]
#Defines the structure spacing for worldgen
#Range: 1 ~ 512
spacing = 18
#Defines the structure separation for worldgen
#Range: 1 ~ 512
separation = 4