pmmp / PocketMine-MP

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

TNT doesn't ignite in a collision with an arrow in the top side #3696

Closed venneste closed 1 year ago

venneste commented 4 years ago

Steps to reproduce the issue

  1. Give yourself bow with flame enchantment
  2. Place TNT on the ground
  3. Shoot from a bow by TNT in the top side

version

Plugins

dktapps commented 4 years ago

Yes, this is currently not implemented.

dktapps commented 1 year ago

As it turns out, this was previously implemented, but incorrectly, due to a misunderstanding of onEntityCollide (since renamed to onEntityInside).

Fixed in PM5 by d0067cfac556c62bac464a3a8aadff4b70274847.