Skip to content

Commit

Permalink
v2.10.28
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Sep 15, 2024
1 parent 52e785e commit cdd1f65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
25 changes: 6 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
- 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`
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cdd1f65

Please sign in to comment.