Skip to content

Commit

Permalink
v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Oct 17, 2024
1 parent 0ec06aa commit 70b796d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 17 deletions.
42 changes: 29 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
**Update v2.11.0**
**Update v2.11.1**

- Added Models/Skins for All Hub NPCS
- Added Nature Mint Textures
- Added PokeBuilder Assets by @mankind
- Fixed grammar in en_US.lang `src.pokebedrock.modules.forms.party.editPokemonHeldItems.4`
- Improved Resource Pack Building
1. Now a `contents.json` file will be generated
2. Now a `textures_list.json` file will be generated
3. A progress bar is now displayed for more info.
4. Added Compilation for material files to fix broken parsing.
5. Added Compilation for `.lang` files to save more space.
6. Added better logging
7. Improved speed of generation 2x
- Added Elite Four Trainer Models & Textures
- Updated Celebi Model by @ismegames
- Added the ability for custom animated textures for pokemon
- Updated Gym Badges by removing extras and adding only needed ones.
- Added 9 new Halloween Pokemon
1. Celebi by @ismegames
2. Darkrai by @morty134
3. Trubbish by @dcrdemonlord
4. Garvodor by @ismegames
5. Zorua by @ismegames
6. Zoroark by @ismegames
7. Golett by @ismegames
8. Golurk by @ismegames
9. Ceruledge by @ismegames
- Added 10 new Models
1. Darkrai by @morty134
2. Victini by @morty134
3. Trubbish by @dcrdemonlord
4. Garbodor by @ismegames
5. Zorua by @ismegames
6. Zoroark by @ismegames
7. Golett by @ismegames
8. Golurk by @ismegames
9. Marshadow by @kawaki1963
- Updated Models for
1. Sandshrew by @ismegames
2. Sandslash by @ismegames
- Sprites are now ensured when generating entities. Making sure dark texture and if its actually there.
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, 3],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 11, 0]
"version": [2, 11, 1]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 11, 0]
"version": [2, 11, 1]
}
],
"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.11.0",
"version": "2.11.1",
"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.11.0 RES
pack.name=§lPokeBedrock v2.11.1 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 70b796d

Please sign in to comment.