Closed TeetoKaziim closed 5 years ago
Hi ! Thanks for taking the time to fill an issue.
This is not the usual behaviour : minecraft:air
blocks that are inside the structure should not override anything (ever). On deploy, The existing non-blocking blocks inside the structure zone are saved, if they have not change they are left as-is when the capsule is undeployed.
I've successfully tested a similar case as yours with vanilla blocks using Capsule 3.1.69 and Forge 14.23.1.2555, the basic use case is working as expected.
I see some possible explanations for this to happen :
If the same issue is reproduced with dirt blocks instead of the machine, then I'll probably need to run the whole pack to be able to reproduce the issue since it could be some incompatibility with any the pack mod, (ie. a core mod that changes structure blocks behavior).
Feel free to ping me on discord for live support (Lythom#1893).
Closing due to issue being inactive and problem can't be reproduced using capsule alone. Please reopen if the problem persist and you need assistance.
I have a number of capsules for multiblock machines. One such machine looks like this:
If I deploy it like so:
It will delete the sandstone/stonebrick blocks that fall inside the structure's area, rather than telling me those blocks are in the way:
I haven't tried it, but I imagine this can be prevented by /fill ing some structure voids into the air spaces before saving the structures, but I thought it bore mentioning. (Or, editing my existing .nbt files to change out the minecraft:air for minecraft:structure_void)