8 lines
303 B
TOML
8 lines
303 B
TOML
|
|
#General configuration settings
|
|
[general]
|
|
#Defines a default world type to use. The vanilla default world type is represented by 'default'.
|
|
#The modded world types are registry names which should include the registry namespace, such as 'examplemod:example_world_type'.
|
|
defaultWorldType = "default"
|
|
|