promotional bannermobile promotional banner
premium banner
Fixes MC-7807 - thrown eggs make snow particles for 1.7.10

Description

Project Status: Finished & Finalized

The developer of this project is retired and does not respond to private messages or GitHub issues.

 

Fixes MC-7807 (https://bugs.mojang.com/browse/MC-7807). This project fixes the bug in 1.7.10 that used to make thrown eggs create snowball particles when they hit a block.

 

Comparison of the 2 Versions of this Mod:

No ASM Version ASM Version

Works By: Very quickly teleporting Egg projectile entities into the void and creating a custom Egg entity in thier place that makes the correct particles.

Pros: This version is highly compatible with other mods.

Cons: It's a dirty fix.

Works By: Replacing the vanilla Egg entity code so that the vanilla Egg entity makes the correct particles

Pros: It's a clean fix.

Cons: This version may be incompatible with other mods that try to edit the vanilla Egg entity code.