Xilef11 / Runes-of-Wizardry

Magical mod for the game of Minecraft.
GNU General Public License v3.0
6 stars 4 forks source link

Rune of Rebirth issues #20

Closed Crazy-KSK closed 8 years ago

Crazy-KSK commented 8 years ago

If the player is standing on top of the rune it makes a spawn egg "entity.Crazy-KSK.name" and all mobs become immobile and kind of rubber band when they try to move sadly the egg does nothing =P

Xilef11 commented 8 years ago

all mobs become immobile and kind of rubber band when they try to move

this sounds like the server crashed but the client kept running. logs?

Crazy-KSK commented 8 years ago

the log looks like it should no errors sadly the mobs do teleport a few blocks if I hit them and sometimes on their own too, I can kill the mobs with tnt too. The server seems to be alive, tps is fine at 30ms, blocks break fine too as long as I use tnt breaking blocks with my hands makes them reappear instantly

Xilef11 commented 8 years ago

It looks like it tries to kill the player entity, but because players are handled differently than other entities, we get the wierd behaviour. (breaking blocks works in creative, and relogging or using /kill resets it). i'll just make sure the rune ignores players in the future.