Fellies/config/dungeons_plus-common.toml

115 lines
5.7 KiB
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
[tower]
#Spacing between structures
#Range: > 1
spacing = 25
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:overworld"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 6
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "#structure_gel:plains, #structure_gel:oak_forest, #structure_gel:dark_forest, #structure_gel:birch_forest, #structure_gel:mountain"
2021-02-12 14:22:54 +00:00
#Chance of generating in an allowed chunk
#Range: 0.0 ~ 1.0
2021-02-13 10:16:29 +00:00
probability = 0.75
[leviathan]
2021-01-28 20:21:47 +00:00
#Spacing between structures
#Range: > 1
spacing = 36
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:overworld"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 8
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "#structure_gel:desert"
2021-01-28 20:21:47 +00:00
#Chance of generating in an allowed chunk
#Range: 0.0 ~ 1.0
probability = 1.0
2021-02-13 10:16:29 +00:00
[snowy_temple]
2021-01-28 20:21:47 +00:00
#Spacing between structures
#Range: > 1
spacing = 36
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:overworld"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 8
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "#structure_gel:snowy_plains, #structure_gel:snowy_spruce_forest"
2021-02-12 14:22:54 +00:00
#Chance of generating in an allowed chunk
#Range: 0.0 ~ 1.0
2021-02-13 10:16:29 +00:00
probability = 1.0
[bigger_dungeon]
2021-01-28 20:21:47 +00:00
#Spacing between structures
#Range: > 1
spacing = 12
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:overworld"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 5
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "#structure_gel:overworld, !mushroom_fields, !mushroom_field_shore"
2021-02-12 14:22:54 +00:00
#Chance of generating in an allowed chunk
#Range: 0.0 ~ 1.0
2021-02-13 10:16:29 +00:00
probability = 0.4
[end_ruins]
2021-01-28 20:21:47 +00:00
#Spacing between structures
#Range: > 1
spacing = 24
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:the_end"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 8
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "#structure_gel:outer_end_island"
#Chance of generating in an allowed chunk
#Range: 0.0 ~ 1.0
probability = 0.8
2021-01-28 20:21:47 +00:00
[warped_garden]
#Spacing between structures
#Range: > 1
spacing = 36
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:overworld"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 8
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "#structure_gel:ocean, !#structure_gel:frozen"
2021-01-28 20:21:47 +00:00
[soul_prison]
#Spacing between structures
#Range: > 1
spacing = 25
2021-02-13 10:16:29 +00:00
#What dimensions should this structure be placed in. Type "all" to allow all dimensions
valid_dimensions = "minecraft:the_nether"
2021-01-28 20:21:47 +00:00
#Offsets the spacing of the structures randomly
#Range: > 0
offset = 6
2021-02-12 14:22:54 +00:00
#How should the code treate biomes? true = whitelist, false = blacklist. Biomes defined with ! do the opposite.
is_whitelist = true
2021-02-13 10:16:29 +00:00
#A biome filter to determine where the structure should generate. Works with the biome dictionary (#overworld) and "not" statements (!plains). These can be combined (!#nether). Operates in the order presented. So "#forest, !flower_forest" will add all forests and then remove the flower forest.
biomes = "minecraft:soul_sand_valley"
2021-01-28 20:21:47 +00:00