mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
We overrode the add() method in the FlameMultiBlocProvider to handle a new functionality (add the new component to the last provider). We need to apply this functionality to the remove() method too. I just overrode the remove() method to apply that functionality. In this way, both of add() and remove() methods work consistently.