mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
Add minecraft bedrock server
This commit is contained in:
24
servers/bedrock/behavior_packs/vanilla/manifest_publish.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/manifest_publish.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"description": "Example vanilla behavior pack",
|
||||
"name": "Vanilla Behavior Pack",
|
||||
"uuid": "ee649bcf-256c-4013-9068-6a802b89d756",
|
||||
"version": [ 0, 0, 1 ],
|
||||
"min_engine_version": [ 1, 14, 0 ]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"description": "Example vanilla behavior pack",
|
||||
"type": "data",
|
||||
"uuid": "fa6e90c8-c925-460f-8155-c8a60b753caa",
|
||||
"version": [0, 0, 1]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"uuid": "66c6e9a8-3093-462a-9c36-dbb052165822",
|
||||
"version": [0, 0, 1]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user