Gamemode4Dev / GM4_Datapacks

Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
https://gm4.co
GNU General Public License v3.0
108 stars 56 forks source link

Zauber Cauldrons: Fix Rabbit Teleportation Easter Egg #979

Closed Bloo-dev closed 6 months ago

Bloo-dev commented 6 months ago

This easter egg was accidentally broken during some recent update. This PR fixes it and adds some particles & sounds to get it up to spec with our latest design practices.

Bloo-dev commented 6 months ago

back to the original cauldron in the same tick.

As in, it teleports from cauldron A to B, but B also has a player near it so it teleports from B to A within the same tick if B is ticked later than A?

Not sure whether it is worth fixing that -- this entire mechanic is an easter egg, and barely encountered in-game. To fix this, I'd have to leave an exclude tag on the rabbit accross ticks and clean it up later. The target cauldron is picked at random so in a real in-game situation those two cauldrons would have to be the only ones loaded.