Bedrock Snippets

Precise Interaction

View Source

precise_interaction > rp > manifest.json

{
    "format_version": 2,
    "header": {
        "name": "Precise Interaction Example",
        "description": "A pack to demonstrate precise block interaction. Example from wiki.bedrock.dev!",
        "uuid": "356dbd08-88ab-4df1-a455-60d917f68550",
        "version": "3.0.1",
        "min_engine_version": [1, 21, 90]
    },
    "metadata": {
        "authors": ["Bedrock-OSS", "QuazChick"],
        "url": "https://wiki.bedrock.dev/blocks/precise-interaction"
    },
    "modules": [
        {
            "type": "resources",
            "uuid": "c3938221-b461-495f-8b83-21ac1a42d9d5",
            "version": "3.0.0"
        }
    ],
    "dependencies": [
        {
            "uuid": "30a07bd6-8efb-4650-bad6-41ffbbdff94a",
            "version": "3.0.1"
        }
    ]
}
Copied to Clipboard