Files
Construct/StrucTool [BP]/manifest.json
T
ForestOfLight 6a0f2ba376 Prep for RP
2025-04-15 09:14:10 -07:00

49 lines
1.0 KiB
JSON

{
"format_version": 2,
"header": {
"name": "StrucTool",
"description": "Survival building extension for §l§aCanopy§r by §aForestOfLight§r.",
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58",
"min_engine_version": [1, 21, 70],
"version": [1, 0, 0]
},
"modules": [
{
"description": "Behavior Pack Module",
"type": "data",
"uuid": "f4d52ae1-2c26-4938-b8c2-7e455d495620",
"version": [1, 0, 0]
},
{
"description": "Gametest Module",
"type": "script",
"language": "javascript",
"entry": "scripts/main.js",
"uuid": "8bb9a1e4-0531-4b93-8ade-3880bfe1e2fc",
"version": [1, 0, 0]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "2.0.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "2.0.0-beta"
},
{
"uuid": "bcf34368-ed0c-4cf7-938e-582cccf9950d", // Canopy RP
"version": [1, 0, 3]
},
{
"uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0", // Canopy BP
"version": [1, 3, 9]
}
],
"metadata": {
"authors": [ "ForestOfLight" ],
"license": "MIT"
}
}