CreeperMagnet / the-creepers-code

The source code for The Creeper's Code, an extensive Minecraft datapack designed to improve the vanilla survival experience.
https://thecreeperscode.com
Other
47 stars 4 forks source link

Boomerangs don't interact correctly with Endermen #215

Closed al-beqaa closed 6 months ago

al-beqaa commented 6 months ago

monkey throw boomerang, but boomerang no boom on ender monkey

CreeperMagnet commented 6 months ago

Turns out it doesn't use the basic spreadplayers, but it uses spreadplayers under 128, which is just barely enough to include the nether roof. I've lowered it to 120.

For the aggro, I've decided not to include it since:

  1. All vanilla projectiles do not trigger aggro
  2. I am lazy
al-beqaa commented 6 months ago

you could read the y pos of the enderman into storage and use a macro for the spreadplayers instead of a fixed value :trollface:

CreeperMagnet commented 6 months ago

see point 2