Support for Small Shelves pluginSuggestion
I was playing around with the issue and found I could copy the small shelves by tweaking the CopyPaste plugin
on the 29th line of the plugin a line can have the "world" mask added to it
Original line:
private int copyLayer = LayerMask.GetMask("Construction", "Prevent Building", "Construction Trigger", "Trigger", "Deployed", "Default")
Replacement Line:
private int copyLayer = LayerMask.GetMask("Construction", "Prevent Building", "Construction Trigger", "Trigger", "Deployed", "Default", "World")
I'm still playing around with it but this tweak works for my purposes.
on the 29th line of the plugin a line can have the "world" mask added to it
Original line:
private int copyLayer = LayerMask.GetMask("Construction", "Prevent Building", "Construction Trigger", "Trigger", "Deployed", "Default")
Replacement Line:
private int copyLayer = LayerMask.GetMask("Construction", "Prevent Building", "Construction Trigger", "Trigger", "Deployed", "Default", "World")
I'm still playing around with it but this tweak works for my purposes.