Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Oct 9, 2024
1 parent d795d98 commit 5c8b2da
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"mcpack",
"molang",
"neuterer",
"npcs",
"phud",
"pokeb",
"rotom",
Expand Down
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
**Update v2.10.28**
**Update v2.11.0**

- Added Added Meloetta and Melotta Pirouette
- Fixed Dusk Stone Helmet and Leggings from not displaying
- Added missing sprites for Urshifu and Urshifu Rapid Strike by @joker00666
- Updated `en_US.lang` to add a lot of missing spawn egg Pokémon, and remove a tremendous amount of duplicated text.
- Fixed dawn stone helmet translation in `pt_BR`
- 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
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, 2],
"min_engine_version": [1, 21, 3],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 10, 28]
"version": [2, 11, 0]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 10, 28]
"version": [2, 11, 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.10.28",
"version": "2.11.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.10.27 RES
pack.name=§lPokeBedrock v2.11.0 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 5c8b2da

Please sign in to comment.