Universal Hatred - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki

Effect icon

target icon upscaled

Obtaining

  • This effect can be obtained with an Angry Emoji and an Awkward potion.

hatred recipe

Description

  • When an entity is effected, all neutral and hostile entities will immediately start targeting it.

Change History

  • 4.7.0: Introduced effect.
  • 4.8.3: Entities will stop attacking if they're targeting an already-dead entity due to this effect.
  • 4.8.3: This effect will immediately be removed if applied to a player in creative mode.
  • 5.0.0: Added a recipe for this effect.
  • 5.6.2: Slightly improved effect.
  • 5.6.3: If multiple entities have this effect applied, other entities will now target the nearest entity with this effect.
  • 11.1.5: Revised functionality in an undocumented change in v11. Entities are now pinged to target on first effect application and every 200th world tick.
  • 11.1.6: Improved performance for Universal Hatred and Insanity Mode (Universal Hatred, instead of looping all entities on effect application, then looping through all entities again to target, will instead use a global boolean flag alongside the world tick checker. The same has also been added to Insanity Mode which "pings" all hostile mobs immediately on player join)