update default configs :3
This commit is contained in:
parent
95e70bf627
commit
61dcd3d108
134 changed files with 7873 additions and 1 deletions
21
config/valkyrienskies/schemas/vs_common.schema.json
Normal file
21
config/valkyrienskies/schemas/vs_common.schema.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"ADVANCED" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"renderPathfinding" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Renders mob pathfinding nodes. Must be set on client and server to work. Requires the system property -Dorg.valkyrienskies.render_pathfinding=true"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false,
|
||||
"title" : "Advanced"
|
||||
},
|
||||
"$schema" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue