Im wondering if the following can be accessed and be used by bridge, ONLY bridge, no other apps.
1. Custom enchants (by that I mean like level 10/X of enchants that already exist)
2. Custom enchant table (which is used to craft the level X enchants)
3. Custom bow (A tnt and ender bow which for the tnt it uses tnt as ammo and when shot the tnt is activated and explodes on impact on any object, and a ender bow which just shoots ender pearls which makes you teleport)
4. Custom Armor UI (what I mean by this is that when exceeding the armor protection, a new armor ui shows which would be an overlay like the one we have already in MC like yellow overlapping the platinum/silver armor UI)
5. Edit vanilla blocks (I mean by this is edit a already existing block to something different like example, making bedrock breakable and stuff)
6. A custom shield (A custom shield which can be held and have a custom ability)
** 7. Custom ability/effect** (Like if I had a sword and I for ex. Shift-right click it a custom ability happens and an effect only accessible by certain items)
8. A custom totem (A custom totem which works like a regular totem but when used a custom effect happens like anything the player touches it replaces it with a block of choice (like the person who made the mod wanted it to be bedrock, it were to be bedrock)
9. UI shown when shift-right clicking a item (exactly what I said, when right clicking an item it shows some text and info on how to activate the items ability/the armors ability when having a full set/some text affiliated with the armor/item)
10. A custom anvil (the anvil used to fuse the level X enchants with each other)
All i need to know if some or ALL of these are possible only using the bridge application
11. Proximity chat (like if close to a player and talking you can hear them, activated by like left-shift clicking or a two combination of keys [Ex. Fn + A)]
#Can all of this be imported by using bridge only?
1 messages · Page 1 of 1 (latest)
Also if any of the things I’ve listed is possible to do, can you please show me HOW i can do it?
imported? Do you mean if is it possible to make them only using bridge?
- Custom Enchants.
- If you mean Vanilla Enchantments, Nah, it's capped at their max level unless you do some weird stuff with NBT editing and structures saving/load)
- If it's custom (using Item Lore or something ). Then, it's possible.
- Custom Enchant Table.
- We don't have a feature to open UI through block yet. Usually substituting it using a workaround, such as an invisible entity or Script Server Forms. Although creating the custom block itself is simple.
- Custom Bow.
- The description you specified seemed manageable (Possible). Although not easy to do for a starter.
- Custom Armor UI.
- You'll need JSON UI knowledge, which is infuriating to learn because there's little documentation or a helping hand. Although doing it purely with Script-API is technically possible (with some twist).
- Edit Vanilla Block.
- You cannot edit vanilla blocks because they're hardcoded. (There's no bypass except direct C++ modification)
- unless its their texture
- Custom Shield.
- Technically, you can. There's no direct method like slapping the "minecraft:shield" JSON component or something... You'll need a workaround that fits best. (Calculate the trajectory if it's within the shield protective angle and cancel the damage or put an invulnerable entity in front of the player.)
- Custom Ability/Effect
- Yes, Script-API fits that job well. (Can't detect precise keyboard press, though)
- A custom totem.
- A custom item that mimics the function of Totem of Undying is manageable but tricky to pull off (Possible), while the latter can be done smoothly.
- UI Show when Shift-Right clicking Item
- That's just number 7 with extra steps.
- A custom anvil.
- Read number 2.
- Proximity Chat.
- Just no. No. There's no innate feature to record the player's mic and send it to other players. You'll need a 3rd party to be able to do that. And again, you can't detect precise keyboard presses (because most mobile users don't have a physical keyboard)
Alright, thank you but for the harder ones that may need twists around it are there any other minecraft bedrock addon apps that may do it simpler/easier?
^ Those things aren't limited to Bridge. It takes into account BP / RP (Addon pack) capabilities. Bridge itself is just a tool to make addons.
I'm not sure by Apps here. You mean tools to make addon right? Not straight up actual Mods
By apps i mean tools to make addons
Also would I be able to make a block (a custom block that I have created) mined faster with a pickaxe (that I have customly created) be dropped by that certain item and if NOT mined by the pickaxe the custom block wont drop
-Ex. Emerald pickaxe and under CANNOT mine Onyx block.
-Ex. Onyx pickaxe and above CAN mine Onyx block and it drops the onyx block