- Fixed new cache never being cleared.
- Renamed the
aspect
field tocontext
.
The old name will keep working for a while, but will be removed once out of alpha.
- Added
durability
module. - Added options
matchAll
andvalidate
to the regex transform. - Added
sanitize_auto
transform. - Added
rich_text_array
data type. (E.g: lore component) - Added
auto
data type. expect
now accept arrays.nbtPath
is now optional and defaults to using the whole component as data.- Added simplified mono-string syntax for ItemComponent properties.
- Format variables now accept upper-cases, numbers and low-dashes
- Marked module types
custom_data
,entity_data
,bucket_entity_data
orblock_entity_data
as deprecated. (Usecomponent_data
instead.)
- Fixed a crash when providing bad regex substitutions.