Skip to content

Commit

Permalink
update to mc1.21.40
Browse files Browse the repository at this point in the history
  • Loading branch information
InnateAlpaca committed Oct 22, 2024
1 parent ca8a2e8 commit 449c74c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 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.4.2 by EsploratoriDevelopment
compatible with Bedrock 1.21.30 (till the next major update)
BedrockBridge v1.4.3 by EsploratoriDevelopment
compatible with Bedrock 1.21.40 (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
@@ -1,11 +1,11 @@
{
"format_version": 2,
"header": {
"name": "Bedrock-Bridge v1.4.2",
"name": "Bedrock-Bridge v1.4.3",
"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, 4, 2],
"min_engine_version": [ 1, 21, 30]
"version": [1, 4, 3],
"min_engine_version": [ 1, 21, 40]
},
"modules": [
{
Expand All @@ -20,7 +20,7 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.15.0-beta"
"version": "1.16.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
Expand Up @@ -10,6 +10,8 @@
* You can find a list of available plugins in https://github.com/InnateAlpaca/BedrockBridge/tree/main/bridge_plugins
*/

import "./external" // bridgeDirect capabilities. Do not comment, unless you want to disable discord connection for external packs

import "./basicNicerChat"
import "./deathCounter"
import "./stepCounter"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* ************************** BedrockBridge v1.4.2 **************************
* @version 1.4.2
* @version 1.4.3
* 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
Expand Down

0 comments on commit 449c74c

Please sign in to comment.