Skip to content

Commit 9a46336

Browse files
committed
Raikou fix
1 parent f4f6495 commit 9a46336

File tree

2 files changed

+19
-1
lines changed
  • common/src/main/resources/resourcepacks/smooth_pokemon/assets/generations_core/bedrock/pokemon

2 files changed

+19
-1
lines changed

common/src/main/resources/resourcepacks/smooth_pokemon/assets/generations_core/bedrock/pokemon/posers/raikou.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"poses": {
88
"standing": {
99
"animations": [
10-
"pk(generations_core:raikou.pk, idle.smd)"
10+
"pk(generations_core:raikou.pk, idle)"
1111
],
1212
"poseName": "standing",
1313
"poseTypes": [
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"species": "cobblemon:raikou",
3+
"order": 3,
4+
"variations": [
5+
{
6+
"poser": "generations_core:raikou",
7+
"model": "generations_core:raikou.pk",
8+
"texture": "pk:normal",
9+
"layers": []
10+
},
11+
{
12+
"aspects": [
13+
"shiny"
14+
],
15+
"texture": "pk:shiny"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)