v0.9.4
Supported version: 1.21.50
This update brings lots of improvements to how the add-on handles regions in the world, and more importantly some new features thanks to these improvements!
What's Changed
- Added
;revolve
command! This command makes copies of your selection in circles around you. - Added
#shadow
mask! This will match with blocks that are not in the player's line of sight.- It's best used in combination with another mask so it doesn't match air (example:
;replace "#shadow #surface" stone
)
- It's best used in combination with another mask so it doesn't match air (example:
- Added a new gradient direction
$gradient.lit
! The gradient acts like a radial gradient, but starts from the center of the player to the farthest point the pattern is affecting. - Significantly improved structure transformations. Now arbitrary rotations won't make holes in the structure.
- Clipboards now support arbitrary rotations and
#clipboard
patterns when performance mode is enabled.- In performance mode what will happen is that some blocks won't retain their "NBT" data.
- Optimized simple masks with negations and lists of blocks.