Add assetIndex override, npm bump

This commit is contained in:
Pierce 2023-06-16 15:47:20 -07:00
parent acdaac526d
commit 08d49deb49
3 changed files with 4 additions and 3 deletions

View file

@ -599,7 +599,7 @@ class Handler {
'${user_properties}': this.options.authorization.user_properties,
'${user_type}': this.options.authorization.meta.type,
'${version_name}': this.options.version.number,
'${assets_index_name}': this.options.version.custom || this.options.version.number,
'${assets_index_name}': this.options.overrides.assetIndex || this.options.version.custom || this.options.version.number,
'${game_directory}': this.options.overrides.gameDirectory || this.options.root,
'${assets_root}': assetPath,
'${game_assets}': assetPath,