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.