#instructions on the bedrock wiki for custom weapons doesn't work?
1 messages · Page 1 of 1 (latest)
my_sword.json looks fine so i noticed there was only 1 manifest file for the behavior pack. the depenancy uuid was listed so I'm assuming you have one. If not here is one of mine to learn from...
{
"format_version": 2,
"header": {
"name": "pack.name",
"description": "pack.description",
"uuid": "5adbecac-664a-42bc-b73d-698f7b9f9ef9",
"version": [1, 0, 0],
"min_engine_version": [1, 16, 0]
},
"modules": [
{
"type": "resources",
"uuid": "352edab8-f519-4e2d-9504-0bc49e795f85",
"version": [1, 0, 0]
}
]
}