Custom Glass
RP/manifest.json
json
{
"format_version": 3,
"header": {
"name": "Custom Glass",
"description": "An add-on that demonstrates custom glass blocks. Example from wiki.bedrock.dev!",
"uuid": "623f5603-79f2-4a5b-9ad5-f7e377560e6e",
"version": "1.1.2",
"min_engine_version": "1.26.10",
"pack_scope": "world"
},
"metadata": {
"authors": ["Bedrock OSS", "QuazChick"],
"license": "MIT",
"url": "https://wiki.bedrock.dev/blocks/custom-glass-blocks",
"product_type": "addon"
},
"modules": [
{
"type": "resources",
"uuid": "5e02834f-95ec-4081-a6b1-77d4707f837d",
"version": "1.1.2"
}
],
"dependencies": [
{
"uuid": "335fde30-84d7-4f2d-ba4a-f5b0d2bcee64",
"version": "1.1.2"
}
]
}Code samples on this page are licensed under the MIT License