Skip to content

Commit

Permalink
v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Oct 25, 2024
1 parent babfd9d commit 3efd62f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 34 deletions.
37 changes: 8 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
**Update v2.11.1**
**Update v2.11.2**

- 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.
- Render Controllers are now standardized in which only pokemon that need custom render controllers (skin mapping) will get one.
This reduces pack size, and makes editing of the basic file a lot easier.
- Added missing Zorua halloween dark sprite
- File Logging has been removed for scripts to prevent useless info.
- Now when generating entity files, the item textures file is now only edited once, to prevent broken reading and increase build speed.
- Fixed HUGE problem with compression on images, that resulted in broken texture displays of pokemon.
- Added Spanish + German v2.11.1 Halloween and Badges Translations by @TheBlueJo
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, 3],
"min_engine_version": [1, 21, 4],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 11, 1]
"version": [2, 11, 2]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 11, 1]
"version": [2, 11, 2]
}
],
"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.1",
"version": "2.11.2",
"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.1 RES
pack.name=§lPokeBedrock v2.11.2 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 3efd62f

Please sign in to comment.