This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/blueprint-common.toml

12 lines
614 B
TOML
Raw Normal View History

2023-11-02 12:32:44 -05:00
#The modded biome slice sizes for dimensions
#Blueprint's Modded Biome Slice System allows for datapacks and mods to add new biome areas to any dimension
#Changing the size values will affect the size of all modded biome areas in their respected dimension
#If a slice size isn't a positive integer, it will get ignored and the default slice size will get used instead
[modded_biome_slice_sizes]
#If the slice size for a dimension isn't defined, this value will get used for that dimension
default = 8
#For example, the overworld's slice size would be formatted like this
"minecraft:overworld" = 8