Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/components/minecraft.can_climb.json
2021-02-01 18:39:12 +01:00

11 lines
319 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.can_climb",
"type": "object",
"title": "Can climb 1.8.0",
"additionalProperties": false,
"description": "Allows this entity to climb up ladders.",
"required": [],
"properties": {}
}