- The
PUBLIC_ASSETS_URLenvironment variable was renamed toASSETS_BASE_URL. - A new
ASSETS=localenvironment variable is now required. This can also be set tos3allowing assets to be stored in a remote S3-compatible bucket withASSETS_S3_URI(such as Amazon S3 and Cloudflare R2) - A new
CLEANenvironment variable has been added which defaults toCLEAN=truefor new installations. When enabled, all unused data (blueprints and assets) are purged during world startup.
- The
app.keepActivetoggle has been removed as apps are now active and will run scripts by default, even while being moved. If you come across an app behaving weirdly while moving them, it's likely that addingapp.resetOnMove = trueat the top of the script will fix it.