Fixed the issue where buildings could not be removed cleanly or would produce additional drops when removed.
修复无法干净地移除建筑或移除建筑会产生额外掉落物的问题。
Fixed a bug that the building bounding box was incorrectly positioned when placed with rotation and mirroring.
New Features in Version 0.0.3
When the Build Gun is held in the off-hand, it enters demolition mode, allowing you to remove constructed blueprints by right-clicking.

You can specify in the configuration file whether a schematic can be removed.
The demolition logic checks each block within the range against the schematic. If a block matches the schematic, it is removed; otherwise, it remains.
As a result, any manually added blocks or blocks that have changed state after construction will be preserved.
The necessary information for demolition is generated at the time of construction. Therefore, if "removable": true was not set in the configuration during construction, modifying the configuration later will not allow the structure to be removed.
In this version removing buildings will not return materials. It may be added in future versions.



