diff --git a/manifest.json b/manifest.json index 7727c3a8..0bd92616 100644 --- a/manifest.json +++ b/manifest.json @@ -5,14 +5,14 @@ "description": "pack.description", "min_engine_version": [1, 21, 5], "uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a", - "version": [2, 12, 5] + "version": [2, 12, 6] }, "modules": [ { "description": "Resources Module", "type": "resources", "uuid": "388de949-18e5-4228-a447-f63237aa45a2", - "version": [2, 12, 5] + "version": [2, 12, 6] } ], "metadata": { diff --git a/package.json b/package.json index bbbce94e..9d352c03 100644 --- a/package.json +++ b/package.json @@ -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.12.5", + "version": "2.12.6", "main": "scripts/build.ts", "scripts": { "test": "jest", diff --git a/pokemon.json b/pokemon.json index 0306f0ac..b52f968c 100644 --- a/pokemon.json +++ b/pokemon.json @@ -203,6 +203,7 @@ "sunkern", "sunflora", "wooper", + "wooperpaldea", "quagsire", "espeon", "umbreon", @@ -516,6 +517,7 @@ "tinkatuff", "tinkaton", "tinkatonchristmas", + "clodsire", "slitherwing", "ironmoth", "roaringmoon", @@ -11951,10 +11953,10 @@ "flabebe": { "name": "Flabébé", "skins": [ - "flabebe_blue", - "flabebe_orange", - "flabebe_white", - "flabebe_yellow" + "blue", + "orange", + "white", + "yellow" ], "canMount": false, "behavior": { diff --git a/texts/en_US.lang b/texts/en_US.lang index 7320167d..46133399 100644 --- a/texts/en_US.lang +++ b/texts/en_US.lang @@ -1,4 +1,4 @@ -pack.name=§lPokeBedrock v2.12.5 RES +pack.name=§lPokeBedrock v2.12.6 RES pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock ## Orbs diff --git a/textures/item_texture.json b/textures/item_texture.json index 42eb68d9..31ad1e1d 100644 --- a/textures/item_texture.json +++ b/textures/item_texture.json @@ -2729,7 +2729,7 @@ "textures": "textures/sprites/default/pichu.png" }, "pichuspikyeared": { - "textures": "textures/sprites/default/pichuspikyeared" + "textures": "textures/sprites/default/pichuspikyeared.png" }, "cleffa": { "textures": "textures/sprites/default/cleffa.png" @@ -4676,25 +4676,25 @@ "textures": "textures/sprites/default/pumpkaboo.png" }, "pumpkaboosmall": { - "textures": "textures/sprites/default/pumpkaboosmall" + "textures": "textures/sprites/default/pumpkaboosmall.png" }, "pumpkaboolarge": { - "textures": "textures/sprites/default/pumpkaboolarge" + "textures": "textures/sprites/default/pumpkaboolarge.png" }, "pumpkaboosuper": { - "textures": "textures/sprites/default/pumpkaboosuper" + "textures": "textures/sprites/default/pumpkaboosuper.png" }, "gourgeist": { "textures": "textures/sprites/default/gourgeist.png" }, "gourgeistsmall": { - "textures": "textures/sprites/default/gourgeistsmall" + "textures": "textures/sprites/default/gourgeistsmall.png" }, "gourgeistlarge": { - "textures": "textures/sprites/default/gourgeistlarge" + "textures": "textures/sprites/default/gourgeistlarge.png" }, "gourgeistsuper": { - "textures": "textures/sprites/default/gourgeistsuper" + "textures": "textures/sprites/default/gourgeistsuper.png" }, "bergmite": { "textures": "textures/sprites/default/bergmite.png" @@ -5783,7 +5783,7 @@ "textures": "textures/sprites/default/dudunsparce.png" }, "dudunsparcethreesegment": { - "textures": "textures/sprites/default/dudunsparcethreesegment" + "textures": "textures/sprites/default/dudunsparcethreesegment.png" }, "kingambit": { "textures": "textures/sprites/default/kingambit.png" @@ -6285,6 +6285,45 @@ }, "galladechristmasmega": { "textures": "textures/sprites/default/galladechristmasmega.png" + }, + "pikachuwitch": { + "textures": "textures/sprites/default/pikachuwitch.png" + }, + "pikachucaptin": { + "textures": "textures/sprites/default/pikachucaptin.png" + }, + "pikachusanta": { + "textures": "textures/sprites/default/pikachusanta.png" + }, + "pikachudetective": { + "textures": "textures/sprites/default/pikachudetective.png" + }, + "pikachudoll": { + "textures": "textures/sprites/default/pikachudoll.png" + }, + "snorlaxsanta": { + "textures": "textures/sprites/default/snorlaxsanta.png" + }, + "gastlyhalloween": { + "textures": "textures/sprites/default/gastlyhalloween.png" + }, + "haunterhalloween": { + "textures": "textures/sprites/default/haunterhalloween.png" + }, + "gengarhalloween": { + "textures": "textures/sprites/default/gengarhalloween.png" + }, + "flabebeblue": { + "textures": "textures/sprites/default/flabebeblue.png" + }, + "flabebeorange": { + "textures": "textures/sprites/default/flabebeorange.png" + }, + "flabebewhite": { + "textures": "textures/sprites/default/flabebewhite.png" + }, + "flabebeyellow": { + "textures": "textures/sprites/default/flabebeyellow.png" } } }