Skip to content

Commit

Permalink
v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Apr 22, 2024
1 parent 1eaedfb commit 7613716
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 13 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
**Update v2.10.0**
**Update v2.10.1**

- Added Dudrio Model
- Added Doduo Model
- Updated Mew Animations
- Added Zekrom Model
- Updated Alakazam Mega Animations
- Subtitle will no longer display
- Battle Wait now uses both subtitle and title to display
- Attack screen logs now localize and interpret based on .lang
- en_US.lang now hws over 30k Additions
- Added Translations for missing Berries
- Fixed Gardevoir Shiny Texture
- Fixed Bad Badge Icons
- Fixed Bad Berry Icons
- Fixed Oversized held items
- Removed Friendship Stone
- Fixed bad stone textures
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, 20, 70],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 10, 0]
"version": [2, 10, 1]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 10, 0]
"version": [2, 10, 1]
}
],
"metadata": {
Expand Down
62 changes: 61 additions & 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.0 RES
pack.name=§lPokeBedrock v2.10.1 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down Expand Up @@ -467,23 +467,83 @@ item.pokeb:pure_incense=Pure Incense

### Berries
item.pokeb:aguav_berry=Aguav Berry
item.pokeb:apicot_berry=Apicot Berry
item.pokeb:aspear_berry=Aspear Berry
item.pokeb:babiri_berry=Babiri Berry
item.pokeb:belue_berry=Belue Berry
item.pokeb:bluk_berry=Bluk Berry
item.pokeb:charti_berry=Charti Berry
item.pokeb:cheri_berry=Cheri Berry
item.pokeb:chesto_berry=Chesto Berry
item.pokeb:chilan_berry=Chilan Berry
item.pokeb:chople_berry=Chople Berry
item.pokeb:coba_berry=Coba Berry
item.pokeb:colbur_berry=Colbur Berry
item.pokeb:cornn_berry=Cornn Berry
item.pokeb:custap_berry=Custap Berry
item.pokeb:drash_berry=Drash Berry
item.pokeb:durin_berry=Durin Berry
item.pokeb:eggant_berry=Eggant Berry
item.pokeb:enigma_berry=Enigma Berry
item.pokeb:figy_berry=Figy Berry
item.pokeb:ganlon_berry=Ganlon Berry
item.pokeb:ginema_berry=Ginema Berry
item.pokeb:grepa_berry=Grepa Berry
item.pokeb:haban_berry=Haban Berry
item.pokeb:hondew_berry=Hondew Berry
item.pokeb:iapapa_berry=Iapapa Berry
item.pokeb:jaboca_berry=Jaboca Berry
item.pokeb:kasib_berry=Kasib Berry
item.pokeb:kebia_berry=Kebia Berry
item.pokeb:kee_berry=Kee Berry
item.pokeb:kelpsy_berry=Kelpsy Berry
item.pokeb:kuo_berry=Kuo Berry
item.pokeb:lansat_berry=Lansat Berry
item.pokeb:leppa_berry=Leppa Berry
item.pokeb:liechi_berry=Liechi Berry
item.pokeb:lum_berry=Lum Berry
item.pokeb:mago_berry=Mago Berry
item.pokeb:magost_berry=Magost Berry
item.pokeb:maranga_berry=Maranga Berry
item.pokeb:micle_berry=Micle Berry
item.pokeb:nanab_berry=Nanab Berry
item.pokeb:niniku_berry=Niniku Berry
item.pokeb:nomel_berry=Nomel Berry
item.pokeb:nutpea_berry=Nutpea Berry
item.pokeb:occa_berry=Occa Berry
item.pokeb:oran_berry=Oran Berry
item.pokeb:pamtre_berry=Pamtre Berry
item.pokeb:passho_berry=Passho Berry
item.pokeb:payapa_berry=Payapa Berry
item.pokeb:pecha_berry=Pecha Berry
item.pokeb:persim_berry=Persim Berry
item.pokeb:petaya_berry=Petaya Berry
item.pokeb:pinap_berry=Pinap Berry
item.pokeb:pomeg_berry=Pomeg Berry
item.pokeb:pumkin_berry=Pumkin Berry
item.pokeb:qualot_berry=Qualot Berry
item.pokeb:rabuta_berry=Rabuta Berry
item.pokeb:rawst_berry=Rawst Berry
item.pokeb:razz_berry=Razz Berry
item.pokeb:rindo_berry=Rindo Berry
item.pokeb:roseli_berry=Roseli Berry
item.pokeb:rowap_berry=Rowap Berry
item.pokeb:salac_berry=Salac Berry
item.pokeb:shuca_berry=Shuca Berry
item.pokeb:sitrus_berry=Sitrus Berry
item.pokeb:spelon_berry=Spelon Berry
item.pokeb:starf_berry=Starf Berry
item.pokeb:strib_berry=Strib Berry
item.pokeb:tamato_berry=Tamato Berry
item.pokeb:tanga_berry=Tanga Berry
item.pokeb:topo_berry=Topo Berry
item.pokeb:touga_berry=Touga Berry
item.pokeb:wacan_berry=Wacan Berry
item.pokeb:watmel_berry=Watmel Berry
item.pokeb:wepear_berry=Wepear Berry
item.pokeb:wiki_berry=Wiki Berry
item.pokeb:yache_berry=Yache Berry
item.pokeb:yago_berry=Yago Berry

### Gems
item.pokeb:bug_gem=Bug Gem
Expand Down

0 comments on commit 7613716

Please sign in to comment.