Skip to content

Commit 6e236e6

Browse files
authored
Merge pull request #1225 from bridge-core/dev
v2.7.41
2 parents 4883897 + bdef7b0 commit 6e236e6

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bridge",
3-
"version": "2.7.40",
3+
"version": "2.7.41",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

public/packages.zip

9.25 KB
Binary file not shown.

src/locales/en.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,15 +606,15 @@
606606
},
607607
"creationOfCustomBiomes": {
608608
"name": "Creation of Custom Biomes",
609-
"description": "Enables the creation of custom biomes, features and feature rules."
609+
"description": "Enables the creation of custom biomes."
610610
},
611611
"additionalModdingCapabilities": {
612612
"name": "Additional Modding Capabilities",
613613
"description": "Enables the Scripting API in the manifest and allows you to create scripts with auto-completions."
614614
},
615615
"upcomingCreatorFeatures": {
616616
"name": "Upcoming Creator Features",
617-
"description": "Enables the creation of fog volume files and provides auto-completions for entity properties."
617+
"description": "Enables auto-completions for experimental creator features."
618618
},
619619
"enableGameTestFramework": {
620620
"name": "Beta APIs",
@@ -624,6 +624,18 @@
624624
"name": "Experimental Molang Features",
625625
"description": "Enables auto-completions for experimental Molang queries."
626626
},
627+
"focusTargetCamera": {
628+
"name": "Creator Cameras: Focus Target Camera",
629+
"description": "Enables auto-completions for camera entity targeting."
630+
},
631+
"dataDrivenJigsawStructures": {
632+
"name": "Data Driven Jigsaw Structures",
633+
"description": "Enables the creation of jigsaw structures, template pools, processor lists, and structure sets."
634+
},
635+
"aimAssist": {
636+
"name": "Aim Assist",
637+
"description": "Enables the creation of aim assist presets and categories."
638+
},
627639
"theWildUpdate": {
628640
"name": "The Wild Update",
629641
"description": "Enables auto-completions for new features introduced in the Wild Update, such as entity components."

src/utils/app/dataPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const zipSize = 875513
1+
export const zipSize = 884988

0 commit comments

Comments
 (0)