Files
Custom_Launcher_mc/modpack/_upload/objects/a3/fc/a3fc81e6f741d81f96b1fc78a0685621a6bb869e
T
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

21 lines
586 B
Plaintext

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