Files
Epoch-Runner-Server/overrides/config/forge-common.toml
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

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"