pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.27k stars 1.54k forks source link

All entities (without a player) soar on pressure plates #4045

Closed ipad54 closed 3 years ago

ipad54 commented 3 years ago

Issue description

Steps to reproduce the issue

  1. Spawn entity (e.x Zombie) on pressure plate

OS and versions

Plugins

Crashdump, backtrace or other files

Screenshot_20210222_131441_com mojang minecraftpe

dktapps commented 3 years ago

This happens because entities are assumed to be "on ground" when they are first spawned.

dktapps commented 3 years ago

As it turns out, this had nothing to do with "on ground", and everything to do with the fact that pressure plate was assumed to have a 1x1x1 collision box.