pmmp / PocketMine-MP

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

slab on fire #2819

Closed UnknownOre closed 2 years ago

UnknownOre commented 5 years ago

Issue description

if you use flint and steel you can set the slab on fire Youtube video

Steps to reproduce the issue

  1. use flint and steel to set slab on fire

OS and versions

Plugins

clean server

Crashdump, backtrace or other files

dktapps commented 5 years ago

It appears the correct logic for this is if the block either a) has a solid top face b) is flammable.

Amusingly a similar bug exists in vanilla: image

We don't currently have the logic needed to determine whether a face of a block is solid.