Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Nov 5, 2024
1 parent 6a215b0 commit 0d4daf5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
32 changes: 24 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
**Update v2.11.2**
**Update v2.12.0**

- 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
- Updated Walking Wake Texture by @Jok3r00666
- Added Shiny Gardevoir Texture by @Jok3r00666
- Added Shiny Ralts Texture by @Jok3r00666
- Added Shiny Kirila Texture by @Jok3r00666
- Updated Gabite Model and added Halloween Variant by @Jok3r00666
- Updated Gible Model and added Halloween Variant by @Jok3r00666
- Updated Garchomp Model and added Halloween Variant by @Jok3r00666
- Added new Garchomp Mega Model and added Halloween Variant by @Jok3r00666
- Updated Sandslash and added a new Halloween Variant by @isme
- Updated Sandshrew and added a new Halloween Variant by @isme
- Gender Differences for Pokemon have been completely revamped
- Now if a pokemon has a gender difference it will be marked in (`./scripts/data/genderDiffrences.ts`)
- Gender Differences can now include: model, texture, sprite, sound, and even animations.
- Now each entity file only needs to hold the files it has, instead of all ways having to have gender stuff in it.
- New Render Controllers are now generated when gender differences are required, with now dynamic texture change.
- Gender files are now verified to ensure integrity.
- Pokemon with gender differences now require variants for every skin.
- Fixed a bug where pokemon with animated textures were not getting a new render controller.
- Added `genderless` to the pokemon data in (`./pokemon.json`)
- Added Missing Held items `item_texture.json` links.
- Fixed Urshifu sprite being swapped with Urshifu Rapid Strike
- Removed `You can apply this skin too: %s!` messages as skins no longer use applicable format.
- Added all missing TM/HMs text.
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, 4],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 11, 2]
"version": [2, 12, 0]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 11, 2]
"version": [2, 12, 0]
}
],
"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.2",
"version": "2.12.0",
"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.2 RES
pack.name=§lPokeBedrock v2.12.0 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 0d4daf5

Please sign in to comment.