Skip to content

Commit

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

- 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.
- Fixed Garchomp halloween textures by @joker00666
- Fixed Voltorb Shiny & Model by @rosegoldenowl
- Sprites now verify each skin to ensure each skin has a sprite. Which means skins will have different displays in the addon.
- Added Mewtwo Mega X Shadow/Armored Sprites
- Added Mewtwo Shadow/Armored Sprites
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, 12, 0]
"version": [2, 12, 1]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 12, 0]
"version": [2, 12, 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.12.0",
"version": "2.12.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.12.0 RES
pack.name=§lPokeBedrock v2.12.1 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 0e24f8e

Please sign in to comment.