2025-03-10 23:50:03 -04:00

21 lines
586 B
JSON

{
"$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
}