Files
minecraft-bedrock-json-schemas/source/behaviour/blocks/1.16.100/components/minecraft.unwalkable.json
2021-02-01 18:39:12 +01:00

8 lines
325 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.blocks.1.16.100.minecraft.unwalkable",
"title": "Unwalkable 1.16.100",
"description": "this component sets a block as unwalkable. Most mobs will not try to jump over it if the value is set to true",
"type": "boolean"
}