From cdd1f650a89b43f4fc01dd7f42e7871d9c9b45cd Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:29:54 -0400 Subject: [PATCH] v2.10.28 --- CHANGELOG.md | 25 ++++++------------------- manifest.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c930d34..5b10e8276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,7 @@ -**Update v2.10.26** +**Update v2.10.28** -- Un Compressed all Animations, Models, Entities, and Render Controllers by default -- Removed `compressAssets` function -- Entity Files now generate non compressed -- Added a player ping display to the UI -- Deleted unused broken `white_shaded.json` file -- Updated `en_US` lang file. - - Removed all `gen\d` translations, as they are unused and take up a lot of space - - Added missing translations for referenced lang. - - Fixed some spacing for showdown lang. -- Updated the building system of the production pack - - Building now ignores `logs` and `missing_info.md` - - Building now exists immediately if `manifest.json` is not found. - - Piping is now awaited so it can performing async. - - Added `addPathToArchive` to handle compressing of json, material, and png files. - - Improved speed and file logging. -- Added a `removeComments` utility function when compressing json file. -- Properly formatted `scripts/utils.ts` -- Properly formatted `scripts/translate.ts` \ No newline at end of file +- Added Added Meloetta and Melotta Pirouette +- Fixed Dusk Stone Helmet and Leggings from not displaying +- Added missing sprites for Urshifu and Urshifu Rapid Strike by @joker00666 +- Updated `en_US.lang` to add a lot of missing spawn egg Pokémon, and remove a tremendous amount of duplicated text. +- Fixed dawn stone helmet translation in `pt_BR` \ No newline at end of file diff --git a/manifest.json b/manifest.json index 98961d474..0aa613274 100644 --- a/manifest.json +++ b/manifest.json @@ -5,14 +5,14 @@ "description": "pack.description", "min_engine_version": [1, 21, 2], "uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a", - "version": [2, 10, 27] + "version": [2, 10, 28] }, "modules": [ { "description": "Resources Module", "type": "resources", "uuid": "388de949-18e5-4228-a447-f63237aa45a2", - "version": [2, 10, 27] + "version": [2, 10, 28] } ], "metadata": { diff --git a/package.json b/package.json index 5459eb615..079fcfb36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pokebedrock-res", "description": "Welcome to the PokeBedrock Resource Pack repository! This resource pack is designed for the Minecraft Bedrock server, PokeBedrock. It allows users to easily download, fix bugs, change textures, and modify the server's appearance.", - "version": "2.10.27", + "version": "2.10.28", "main": "scripts/build.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",