Skip to content

Commit

Permalink
v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Mar 16, 2024
1 parent 6c01ae1 commit d9c1a76
Show file tree
Hide file tree
Showing 16 changed files with 2,831 additions and 156 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Update v2.9.8**
**Update v2.9.9**

- Updated Pokedex on all devices
- Added armaldo model
- Removed unused blocks in blocks.json
- Fixed Dex Rewards that had broken items
- Added Armaldo And Taillow Models into the addon
- On Evolution, and Shed Evolution, Pokémon will get added to your Pokedex
- Added new `/serverdrop` wich will initate a server drop, when required.
- The Pokedex now shows close buttons so mobile, and other devices can close.
2 changes: 1 addition & 1 deletion animations/pokemon/armaldo.animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"loop": true,
"bones": {
"torso": {
"rotation": ["2.54.5+math.sin(q.anim_time*80)*4", "-0.5+math.sin(q.anim_time*100)*5", 0],
"rotation": ["2.54+math.sin(q.anim_time*80)*4", "-0.5+math.sin(q.anim_time*100)*5", 0],
"position": [0, "-math.cos(query.anim_time*40*3-0)*0.3-0.3", 0]
},
"tail": {
Expand Down
Loading

0 comments on commit d9c1a76

Please sign in to comment.