Initialize pack from in-play

This commit is contained in:
bluepython508
2025-04-11 16:06:26 +01:00
parent 71aff04690
commit d0b9f09cb5
189 changed files with 7505 additions and 0 deletions

View 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
}