Skip to content

Commit

Permalink
v2.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Jul 25, 2024
1 parent 68bbc51 commit fca51f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion entity/pokemon/caterpie.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"water_idle": "animation.caterpie.ground_idle",
"walking": "animation.caterpie.walking",
"flying": "animation.caterpie.ground_idle",
"swimming": "animation.caterpie.ground_idle",
"swimming": "animation.caterpie.walking",
"sleeping": "animation.caterpie.ground_idle",
"attack": "animation.caterpie.attack",
"look_at_target": "animation.pokemon.look_at_target",
Expand Down
2 changes: 1 addition & 1 deletion entity/pokemon/ditto.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"water_idle": "animation.ditto.ground_idle",
"walking": "animation.ditto.walking",
"flying": "animation.ditto.ground_idle",
"swimming": "animation.ditto.ground_idle",
"swimming": "animation.ditto.walking",
"sleeping": "animation.ditto.ground_idle",
"attack": "animation.ditto.attack",
"look_at_target": "animation.pokemon.look_at_target",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "pack.description",
"min_engine_version": [1, 21, 0],
"uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a",
"version": [2, 10, 19]
"version": [2, 10, 20]
},
"modules": [
{
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.19",
"version": "2.10.20",
"main": "generator/build.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
1 change: 1 addition & 0 deletions pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
"pawmot",
"charcadet",
"armarouge",
"ceruledge",
"toedscool",
"toedscruel",
"slitherwing",
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.19 RES
pack.name=§lPokeBedrock v2.10.20 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit fca51f0

Please sign in to comment.