Custom Fences
📝 RP/manifest.json
json
{
"format_version": 3,
"header": {
"name": "Custom Fences Example",
"description": "A pack to demonstrate custom fence blocks. Example from wiki.bedrock.dev!",
"uuid": "dbcfed1a-9412-4145-bf6a-2f5dd43171f5",
"version": "1.0.0",
"min_engine_version": "1.26.40",
"pack_scope": "world"
},
"metadata": {
"authors": ["Bedrock OSS", "QuazChick"],
"license": "MIT",
"product_type": "addon",
"url": "https://wiki.bedrock.dev/blocks/custom-fences"
},
"modules": [
{
"type": "resources",
"uuid": "96be78d0-8501-4c22-84ac-2202757dce0c",
"version": "1.0.0"
}
],
"dependencies": [
{
"uuid": "2f0f198e-2861-412f-a669-49e106fe7380",
"version": "1.0.0"
}
],
"capabilities": ["pbr"]
}Code samples on this page are licensed under the MIT License