Skip to content

Commit

Permalink
update for 1.20.70
Browse files Browse the repository at this point in the history
no changes in the latest release. Just compatibility manifest changes.
  • Loading branch information
InnateAlpaca committed Mar 13, 2024
1 parent f6a561c commit 1edabd4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Binary file modified Bedrock-Bridge.mcaddon
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BedrockBridge v1.3.7-alpha by EsploratoriDevelopment
compatible with Bedrock 1.20.60 (till the next major update)
BedrockBridge v1.3.8 by EsploratoriDevelopment
compatible with Bedrock 1.20.70 (till the next major update)

INSTALLING
1) install the "world_pack" on your world, and enable beta API (old experimental features)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"name": "Bedrock-Bridge v1.3.7",
"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, 7],
"min_engine_version": [ 1, 20, 60]
"version": [1, 3, 8],
"min_engine_version": [ 1, 20, 70]
},
"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, 7],
"version": [1, 3, 8],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.9.0-beta"
"version": "1.10.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* ************************** BedrockBridge v1.3.7 **************************
* ************************** BedrockBridge v1.3.8 **************************
*
* developed by Esploratori-Development https://discord.gg/A2SDjxQshJ
* This addon connects your bedrock-dedicated-server to your discord server through
* an external discord bot. More info at https://github.com/InnateAlpaca/BedrockBridge
* Invite the bot at https://discord.com/api/oauth2/authorize?client_id=1041838898843762769&permissions=2684357632&scope=bot%20applications.commands
* version 1.3.7 compatible with Bedrock 1.20.60 Older versions are avaiable on github and official discord.
* version 1.3.8 compatible with Bedrock 1.20.70 Older versions are avaiable on github and official discord.
*/

import "./bridgePlugins/index";
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BedrockBridge is a minecraft addon that connects your bedrock-server to your dis
Here you can get help and download the latest version of the pack, find a full installation tutorial, try the pack without installing it on our test-server.
You can also contact us by [email](mailto:development@esploratorismp.space).

*Is it up to date?* So far supported versions are: **1.19.50, 1.19.60, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40**, **1.20.50**, **1.20.60** (latest), and minor following updates. You need to install the right addon version for each mc-version (check the tags for the right one).
*Is it up to date?* So far supported versions are: **1.19.50, 1.19.60, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40**, **1.20.50**, **1.20.60**, **1.20.70** (latest), and minor following updates. You need to install the right addon version for each mc-version (check the tags for the right one).


Feel free also to check our [FAQ](FAQ.md) and [DOCS](DOCS.MD).
Expand Down

0 comments on commit 1edabd4

Please sign in to comment.