When player touched working furnace, the error happened.
TypeError: "Argument 1 passed to pocketmineutilsBinary::writeVarInt() must be of the type integer, float given, called in .../src/pocketmine/utils/BinaryStream.php on line 301" (EXCEPTION) in "/src/pocketmine/utils/Binary" at line 496
How amusing... somebody tried to floor a value that is always an integer. Unfortunately for that somebody, flooring anything returns a float.
Most helpful comment
How amusing... somebody tried to
floora value that is always an integer. Unfortunately for that somebody,flooring anything returns a float.