Intercardinal Orientation
BP/manifest.json
json
{
"format_version": 3,
"header": {
"name": "Intercardinal Block Orientation Example",
"description": "An add-on that demonstrates blocks that can be placed facing intercardinal directions. Example from wiki.bedrock.dev!",
"uuid": "ea936986-c674-4270-9a2c-77a8889f6134",
"version": "1.0.0",
"min_engine_version": "1.26.10"
},
"metadata": {
"authors": ["Bedrock OSS", "QuazChick"],
"license": "MIT",
"product_type": "addon",
"url": "https://wiki.bedrock.dev/blocks/intercardinal-orientation"
},
"modules": [
{
"type": "data",
"uuid": "881c6522-a2b1-41df-a6f9-4d2dd92f44b6",
"version": "1.0.0"
},
{
"type": "script",
"language": "javascript",
"entry": "index.js",
"uuid": "c2e89c91-c3a1-4521-86ae-a2c0a380b5d1",
"version": "1.0.0"
}
],
"dependencies": [
{
"uuid": "1220995f-01cc-434e-aef1-2354c5e5f1f8",
"version": "1.0.0"
},
{
"module_name": "@minecraft/server",
"version": "2.5.0"
}
]
}Code samples on this page are licensed under the MIT License