Skip to content

Commit

Permalink
manifest update for 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InnateAlpaca committed Jun 13, 2024
1 parent 1e3ccf9 commit d3bb93e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"format_version": 2,
"header": {
"name": "Bedrock-Bridge v1.3.9",
"name": "Bedrock-Bridge v1.3.10",
"description": "BedrockBridge is a Minecraft Bedrock addon that allows server owners to connect their bedrock-server to their discord-server. This way they can interact bidirectionally. Addon includes server chat stream and custom commands.",
"uuid": "b17755d2-3cc0-424b-89dd-558fc98513f5",
"version": [1, 3, 9],
"min_engine_version": [1, 20, 80]
"version": [1, 3, 10],
"min_engine_version": [ 1, 21, 0]
},
"modules": [
{
"description": "Bedrock-Bridge implementation script. server API implementation, and commands management",
"type": "script",
"language": "javascript",
"uuid": "54d46e5d-b8c7-486f-8957-f83982bdfc2f",
"version": [1, 3, 9],
"version": [1, 3, 8],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.11.0-beta"
"version": "1.12.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand All @@ -40,4 +40,4 @@
"license": "MIT",
"url": "https://bedrockbridge.esploratori.space/"
}
}
}

0 comments on commit d3bb93e

Please sign in to comment.