BTW-Community / Mobs-Enhancement-Addon

A Minecraft Better Than Wolves addon that aims to slightly strengthen monsters.
6 stars 0 forks source link

Enderman TP Into Void #12

Open TdLmcc opened 3 weeks ago

TdLmcc commented 3 weeks ago

Enderman are OP asf.

They can

No 1. Teleport you instantly down to strat 2 from Surface No 2. Teleport you UNDER BEDROCK INSTANTLY KILLING YOU

Maybe make them just break blocks really fast?

Tanker1238 commented 3 weeks ago

Could maybe also instead make Endermen use their block moving to their advantage by moving blocks out the way to get to the enemy? Block breaking wouldn't really fit the Enderman in my opinion.

Polar-Onyx commented 3 weeks ago

Looking at your enderman mixin your teleport enemy logic has a few issues:

  1. doesn't check if the y value is greater than 0 or below the nether roof (inside the bounds of the world)
  2. If the target starts inside a solid block, the loop will decrement target.posY indefinitely if there's no open space above (also you should add a limit to how many time to check up or down)
  3. It looks like you attempted to also search upwards but that code is always skipped by the break
Pot-Tx commented 1 week ago

Thank you I'll fix, maybe 2 weeks later. Currently I don't have time, sorry!