Files
minecraft-bedrock-json-schemas/behaviour/entities/1.8.0/components/minecraft.input_ground_controlled.json
2020-11-01 17:22:42 +01:00

11 lines
396 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.input_ground_controlled",
"description": "When configured as a rideable entity, the entity will be controlled using WASD controls.",
"type": "object",
"title": "Input ground controlled 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {}
}