Files
minecraft-bedrock-json-schemas/source/behavior/items/format/components/liquid_clipped.json

12 lines
483 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.behavior.items.minecraft:liquid_clipped",
"additionalProperties": false,
"type": "object",
"title": "Liquid Clipped",
"description": "The liquid clipped component determines whether the item interacts with liquid blocks on use.",
"required": ["value"],
"properties": { "value": { "type": "boolean", "title": "Value", "description": "Whether the item interacts with liquid blocks on use." } },
"examples": [
{ "value": true }
]
}