base
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
debugCommands: false,
|
||||
// Logs some information useful for debugging packs or the mod itself. (requires restart)
|
||||
debugLogs: false,
|
||||
// Automatically generate names when a resource pack does not provide one
|
||||
generateNames: true,
|
||||
// Enable the validation layer to automatically detect some types of problems
|
||||
validationLayer: false,
|
||||
// Log every resource access. WARNING: This WILL result in giant log files!
|
||||
ioLogs: false
|
||||
}
|
||||
Reference in New Issue
Block a user