Skip to content

Commit

Permalink
v2.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Aug 17, 2024
1 parent 8da26bf commit fb18c23
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 31 deletions.
36 changes: 12 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
**Update v2.10.23**
**Update v2.10.24**

- Compressed all animation files to reduce addon pack size.
- Compressed all entity files to reduce addon pack size.
- Compressed all model files to reduce addon pack size
- Compress all render controllers
- Removed bad models
- Gastrodon
- Bonsly
- Weavile
- Electivre
- Magmortar
- Togekiss
- Gliscor
- Mamoswine
- Added models for missing pokemon
- Slakoth
- Vigoroth
- Buneary
- Lopunny
- Shaymin
- Leavanny
- Fixed Fennekin Unknown token `m`
- Added a `removeUnusedFiles` script which will go through animations, models, and textures to find pokemon that are not being used
- Added `compressAssets` script which will go through animations & models and compress native assets to reduce pack size.
- Added Tinkaton Line by @Jok3r00666
- Tinkatink
- Tinkaton
- Tinkatuff
- Converted Evo Stone Armor Names
- Converted prefix `_stone_plate` => `_stone_chestplate`
- Converted prefix `_stone_legs` => `_stone_leggings`
- Converted prefix `_stone_helm` => `_stone_helmet`
- Updated Stairs and Trapdoor Geometry.
- Removed some duplicates inside `en_US.lang`
- Fixed some broken item textures
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"header": {
"name": "pack.name",
"description": "pack.description",
"min_engine_version": [1, 21, 0],
"min_engine_version": [1, 21, 2],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 10, 23]
"version": [2, 10, 24]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 10, 23]
"version": [2, 10, 24]
}
],
"metadata": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.22",
"version": "2.10.24",
"main": "scripts/build.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion texts/en_US.lang
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pack.name=§lPokeBedrock v2.10.23 RES
pack.name=§lPokeBedrock v2.10.24 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit fb18c23

Please sign in to comment.