Куча новых модов + старт исправления датапаков
This commit is contained in:
parent
6fceee973c
commit
f2d67a19f8
32 changed files with 2831 additions and 4 deletions
14
config/cupboard.json
Normal file
14
config/cupboard.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"showCommandExecutionErrors": {
|
||||
"desc:": "Whether to display errors during command execution: default:true",
|
||||
"showCommandExecutionErrors": true
|
||||
},
|
||||
"debugChunkloadAttempts": {
|
||||
"desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading: default:false",
|
||||
"debugChunkloadAttempts": false
|
||||
},
|
||||
"logOffthreadEntityAdd": {
|
||||
"desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true",
|
||||
"logOffthreadEntityAdd": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue