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.54k forks source link

Fire is invisible when lit on glass blocks #4879

Closed TobiasGrether closed 2 years ago

TobiasGrether commented 2 years ago

Issue description

OS and versions

Plugins


Crashdump, backtrace or other files

dktapps commented 2 years ago

related to #4856

dktapps commented 2 years ago

correction: this has nothing to do with #4856 whatsoever; the problem remains that transparent non-flammable blocks shouldn't get fire placed on them. Mixing up isSolid and !isTransparent seems to be a common source of gameplay bugs.