diff --git a/package.json b/package.json index d19a5a986..7d6ac6967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "2.7.36", + "version": "2.7.37", "private": true, "scripts": { "dev": "vite", diff --git a/public/packages.zip b/public/packages.zip index 1a668347f..a5a2a5fa4 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 2f32e3874..5db4a66eb 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -124,6 +124,7 @@ "terrainTexture": "Terrain Texture", "flipbookTexture": "Flipbook Texture", "clientBiome": "Client Biome", + "biomesClient": "Biomes Client", "soundDefinition": "Sound Definition", "musicDefinition": "Music Definition", "clientSound": "Client Sound", diff --git a/src/utils/app/dataPackage.ts b/src/utils/app/dataPackage.ts index a438f5975..8dd948561 100644 --- a/src/utils/app/dataPackage.ts +++ b/src/utils/app/dataPackage.ts @@ -1 +1 @@ -export const zipSize = 854582 \ No newline at end of file +export const zipSize = 861764 \ No newline at end of file