FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

fix: don't attempt to write structure void blocks in minecraft structure

Open PierreSchwang opened this issue 11 months ago • 3 comments

Overview

Fixes #3090

### Submitter Checklist
- [x] Make sure you are opening from a topic branch (**/feature/fix/docs/ branch** (right side)) and not your main branch.
- [x] Ensure that the pull request title represents the desired changelog entry.
- [x] New public fields and methods are annotated with `@since TODO`.
- [x] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md).

PierreSchwang avatar Jan 26 '25 21:01 PierreSchwang

Like I said on Discord, I wonder if it's an idea to add a switch to allow/disallow structure void to be pasted - I can see it being useful to know where they are

dordsor21 avatar Jan 31 '25 09:01 dordsor21

By default, Structure Void blocks should be pasted because they are simply part of the structure / schematic, I think.

In vanilla, structure_void is like the //paste command flag “-a” from FAWE, but “-a” affects air and structure_void would remain. So the vanilla behavior is exactly the opposite of the FAWE behavior when using "-a".

Maybe a paste command flag for FAWE would be an idea, which would paste AIR like in Vanilla and leave out structure_void blocks. Anything else would perhaps be unusual.

RedstoneFuture avatar Feb 22 '25 18:02 RedstoneFuture

Just ran into this issue saving Minecraft structure schematics for my plugin, would appreciate this getting merged!

Leomelonseeds avatar Aug 27 '25 01:08 Leomelonseeds