Skip to content

Commit

Permalink
v2.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Jul 30, 2024
1 parent 238c966 commit 851be2d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**Update v2.10.21**
**Update v2.10.22**

- Fixed `/repair` error message
- Updated Ceruledge Textures to fix "some black and red pixels that shouldn't be in the texture" by @kawaki1963
- Fixed Pokémon Entity Template to fix animations
- Fixed some translations in `de_DE` by @TheBlueJo
- Added Smell of curry start and loop for tutorial
- Updated & Fixed Crocalor Model
- Updated & Fixed Fennekin Model
- Fixed Vibrava Model
- Fixed Mega Metagross Model
- Added new TMS lang translations
6 changes: 3 additions & 3 deletions entity/pokemon/vibrava.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"blink": "animation.vibrava.blink",
"ground_idle": "animation.vibrava.ground_idle",
"air_idle": "animation.vibrava.air_idle",
"water_idle": "animation.vibrava.ground_idle",
"water_idle": "animation.vibrava.water_idle",
"walking": "animation.vibrava.walking",
"flying": "animation.vibrava.ground_idle",
"swimming": "animation.vibrava.ground_idle",
"flying": "animation.vibrava.flying",
"swimming": "animation.vibrava.swimming",
"sleeping": "animation.vibrava.sleeping",
"attack": "animation.vibrava.attack",
"look_at_target": "animation.pokemon.look_at_target",
Expand Down
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, 0],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 10, 21]
"version": [2, 10, 22]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 10, 21]
"version": [2, 10, 22]
}
],
"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.21",
"version": "2.10.22",
"main": "generator/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.21 RES
pack.name=§lPokeBedrock v2.10.22 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 851be2d

Please sign in to comment.