This commit is contained in:
Dmitry
2024-09-17 21:49:22 +07:00
parent 85aba12b38
commit 8b320cfb82
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Default config file that will be copied to world's serverconfig/ftbessentials.snbt location
# Copy values you wish to override in here
# Example:
#
# {
# misc: {
# enderchest: {
# enabled: false
# }
# }
# }
{ }

View File

@@ -0,0 +1,4 @@
# Default config file that will be copied to local\ftblibrary-client.snbt if it doesn't exist!
# Just copy any values you wish to override in here!
{ }

View File

@@ -0,0 +1,4 @@
# Default config file that will be copied to local\ftbquests\client-config.snbt if it doesn't exist!
# Just copy any values you wish to override in here!
{ }

View File

@@ -0,0 +1,4 @@
# Default config file that will be copied to config\ftbxmodcompat.snbt if it doesn't exist!
# Just copy any values you wish to override in here!
{ }