diff --git a/package.json b/package.json index 16bd5fdac..283b940a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "2.7.40", + "version": "2.7.41", "private": true, "scripts": { "dev": "vite", diff --git a/public/packages.zip b/public/packages.zip index dd2c20bf4..4b2d262c5 100644 Binary files a/public/packages.zip and b/public/packages.zip differ diff --git a/src/locales/en.json b/src/locales/en.json index 5db4a66eb..a62d61b45 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -606,7 +606,7 @@ }, "creationOfCustomBiomes": { "name": "Creation of Custom Biomes", - "description": "Enables the creation of custom biomes, features and feature rules." + "description": "Enables the creation of custom biomes." }, "additionalModdingCapabilities": { "name": "Additional Modding Capabilities", @@ -614,7 +614,7 @@ }, "upcomingCreatorFeatures": { "name": "Upcoming Creator Features", - "description": "Enables the creation of fog volume files and provides auto-completions for entity properties." + "description": "Enables auto-completions for experimental creator features." }, "enableGameTestFramework": { "name": "Beta APIs", @@ -624,6 +624,18 @@ "name": "Experimental Molang Features", "description": "Enables auto-completions for experimental Molang queries." }, + "focusTargetCamera": { + "name": "Creator Cameras: Focus Target Camera", + "description": "Enables auto-completions for camera entity targeting." + }, + "dataDrivenJigsawStructures": { + "name": "Data Driven Jigsaw Structures", + "description": "Enables the creation of jigsaw structures, template pools, processor lists, and structure sets." + }, + "aimAssist": { + "name": "Aim Assist", + "description": "Enables the creation of aim assist presets and categories." + }, "theWildUpdate": { "name": "The Wild Update", "description": "Enables auto-completions for new features introduced in the Wild Update, such as entity components." diff --git a/src/utils/app/dataPackage.ts b/src/utils/app/dataPackage.ts index 664a0393e..5a429f549 100644 --- a/src/utils/app/dataPackage.ts +++ b/src/utils/app/dataPackage.ts @@ -1 +1 @@ -export const zipSize = 875513 \ No newline at end of file +export const zipSize = 884988 \ No newline at end of file