push unmodified configs

This commit is contained in:
krumel
2022-05-27 23:06:20 +02:00
commit 26bbc89c59
45 changed files with 4199 additions and 0 deletions

7
config/forge-common.toml Normal file
View File

@ -0,0 +1,7 @@
#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"