Bridge Eggs Addon

Bridge Eggs Addon

By NotABigGamer Published 18 Sep 2020 · Updated 19 Dec 2024
4

This Addon makes bridges with eggs! Simply throw an egg and a trail of white wool blocks will spawn. This will create an effective bridge that requires only chicken eggs.

Select version for changelog:

Changelog

Added verification file also changed link to Lootlabs MCPEDL friendly. 

Downloads


Supported Minecraft versions

Installation Guides

1
I wonder how far does the command will reach
1
literally doable in vanilla minecraft without any addons, u just need a command block on repeat, always active, and 0 ticks delay, then input the command:

to make it appear besides the egg when thrown
execute @e[type=egg] ~ ~ ~ setblock ~1 ~ ~ wool
execute @e[type=egg] ~ ~ ~ setblock ~ ~ ~1 wool

to make it appear below / above the egg
execute @e[type=egg] ~ ~ ~ setblock ~ ~-1 ~ wool
execute @e[type=egg] ~ ~ ~ setblock ~ ~1 ~ wool

and this addon makes all thrown eggs make bridges, and with simple commands you can prevent that by having to rename the eggs to make a bridge, for example:
replace the "execute @e[type=egg]" with:
execute @e[type=egg,name=bridge]
and u can replace the "bridge" with any name u want

and for the radius problem, just set up multiple of these command blocks probably 4 to 6 chunks away from eachother or just have multiple ticking areas

sry if im wrong on the 2nd rename part, im not an expert in command blocks
1
and if you're using this for a survival world / realm / server, it would be just abusive, you can get unlimited building blocks just by having a chicken farm
1
you just need to put: "/execute @e[type=egg] ~ ~ ~ setblock ~ ~-1 ~ wool" in a repeating command block.
1
Why when you have command block with no addons that can do this
(command: /execute)
1
also it can spawn blocks above egg and other, you only need to know how they works
1
Now I can make a escape plan from my chicken farm
1
Good addon (first 5 stars comment in this subbmission)
1
No need to download.
All you have to do is get a repeating, always active command block, and type in
execute @e[type=egg] ~ ~ ~ /setblock ~~2~ wool
EZ
1
Hello, that method does indeed work. However, it has multiple drawbacks compared to our Addon.

Our addon spawns the wool next to the egg instead of above it, so it will be easier to get onto the bridge. Additionally, this Addon is not confined to a certain radius like command blocks are. As the description states chicks will not spawn from the falling eggs either.

This Addon makes bridge eggs more convenient for the average Minecraft player.

We appreciate your feedback.
1
AIGHT AIGHT AIGHT GEEZ IM SORRY FOR BEING MEAN THAT DAY.
I WAS BEING DUMB THAT DAY SORRY SORRY
1
You can also use snowball if you want to, Even a trident will work
1
literally any throwable items will work, e.g:
as u said, snowballs and tridents, then arrows, fireballs(why), and fireworks(if shot with a crossbow)
1
No need to download.