Skip to content

Commit

Permalink
Merge pull request #1225 from bridge-core/dev
Browse files Browse the repository at this point in the history
v2.7.41
  • Loading branch information
ExDrill authored Nov 7, 2024
2 parents 4883897 + bdef7b0 commit 6e236e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.7.40",
"version": "2.7.41",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Binary file modified public/packages.zip
Binary file not shown.
16 changes: 14 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,15 +606,15 @@
},
"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",
"description": "Enables the Scripting API in the manifest and allows you to create scripts with auto-completions."
},
"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",
Expand All @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion src/utils/app/dataPackage.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const zipSize = 875513
export const zipSize = 884988

0 comments on commit 6e236e6

Please sign in to comment.