Skip to content

Commit

Permalink
v2.10.18
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Jul 22, 2024
1 parent c62c51d commit 309d555
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"cSpell.words": [
"actionbar",
"apricorn",
"bulbasaur",
"dynamaxed",
"mcpack",
"molang",
"phud",
"rotom",
"smellofcurry"
Expand Down
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
**Update v2.10.17**
**Update v2.10.18**

- Fixed Armarouge Animations by removing extra `-`
- Removed random `animation.politoed` animation for politoed
- Updated all entity files, to map proper animations & textures
- Updated all entity files, to map proper animations & textures
- Updated all render controllers to have correct fileName, and properly map skins
- Fixed capitalization for Sobbles Geometry.
- Removed random locator in `groundLeader` geometry.
- Added names to `pokemeon.json` and re-named some skins.
- Fixed mewtwo skins
- Fixed mimikyu skins
- Fixed spheal skins
- Fixed cooldown message for commands
- Updated entity generation
- Added render controller generation
- Improved logging
- Remade some functions to improve readability and structure
- Added a lot of missing generation
- Fixed a lot of problems with generating files.
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, 17]
"version": [2, 10, 18]
},
"modules": [
{
"description": "Resources Module",
"type": "resources",
"uuid": "388de949-18e5-4228-a447-f63237aa45a2",
"version": [2, 10, 17]
"version": [2, 10, 18]
}
],
"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.16",
"version": "2.10.18",
"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.17 RES
pack.name=§lPokeBedrock v2.10.18 RES
pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock

## Orbs
Expand Down

0 comments on commit 309d555

Please sign in to comment.