Releases: smell-of-curry/pokebedrock-res
Releases · smell-of-curry/pokebedrock-res
v2.12.6
Update v2.12.6
- Add new Wooper Line by @rosegoldenowl
- This new line adds Wooper Paldea, Clodsire, Wooper, & Quagsire!
- Fixed Broken Garchomp Halloween Textures by @AbstractJoker
- Added in missing Gourge Sprites by @IsMeGames
- Added in missing Pumpkaboo Sprites by @IsMeGames
- Fixed Armarouge Christmas Animation handling.
- Fixed Flabebe skin map generating broken
flababe
before skin name. - Fixed the Gastly Halloween Line Sprites by @brunodltt
- Added missing Pikachu Line sprites by @brunodltt
- Pichu Spiky Eared
- Pikachu Captin
- Pikachu Detective
- Pikachu doll
- Pikachu santa
- Pikachu witch
- Added Missing Snorlax santa sprite by @brunodltt
- Repositioned the Darumka sprite to match the other by @IsMeGames
- Added Missing Dudun Sparce Three Segment Texture by @IsMeGames
- Added a TON of missing translations of Send Message to translate keys to improve compatibility.
v2.12.5
Update v2.12.5
- The Testing Workflow will now use the latest node-version when running tests.
- Renamed Armarouge Christmas animation file, as Christmas was spelled wrong.
- Removed unused Gardevoir Mega Animation
- Changed Floating Text Texture Name to be a proper
_spawn_egg
name. - Fixed the Leaders Crest
items.json
icon id. - Updated
scripts/removeUnusedFiles.ts
:- Now when asking if you want to delete, it will give you proper path.
- It will now loop through
textures/item_textures.json
to ensure all is used.
scripts/tests/verifyItemIcons
now does extra verification to ensure the file referenced in the icon id path exists.- Fixed & Removed a ton of icons, to fix displays of items.
- Merge pull request #87 from TheblueJo/main, which updates de_DE and en_ES.
v2.12.4
Update v2.12.4
- Added in 11 New Models
- Gardevoir Christmas by @dcrdemonlord
- Gardevoir Mega by @dcrdemonlord
- Gallade Christmas by @dcrdemonlord
- Gallade Christmas Mega by @dcrdemonlord
- Darumaka & Darumaka Galar by @IsMeGames
- Darmanitan & Darmanitan-Zen by @IsMeGames
- Darmanitan Galar & Darmanitan-Galar-Zen by @IsMeGames
- Armarouge Christmas by @IsMeGames
- Added in a new
items.json
file that stores a item map of PokeBedrock Behavior Item Type ID's to there display icon referenced in./textures/item_texture.json
.- This new file, is generated by the behavior pack like
pokemon.json
, it's use case is to standardizetexts
anditem_textures
to ensure nothing is missing. - With this new file a new script
generateItemLang.ts
was added. This script will appendMissing Items
to./texts/en_US.lang
to show what items are missing names, and to quickly make a fix. - Additionally this file added the ability to make a test script checking if each item has a valid icon (ADDING TESTS!).
- This new file, is generated by the behavior pack like
- Changed script name of
generateEntityFiles
=>generatePokemonFiles
, as it makes more sense of what it is used for. generatePokemonFiles
now will update the./texts/en_US.lang
Pokemon Spawn Eggs category to auto generate name conversions.generatePokemonFiles
will also now update the./texts/en_US.lang
Dismount Messages category to auto generate dismount messages, previously done by resource pack.- This feature also required
canMount
to be added topokemon.json
, generated by behavior pack.
- This feature also required
blocks.json
now have a standard format version, and was moved to top.- Added in Missing Item Textures:
- Galarica Cuff
- Galarica Wreath
- Masterpiece Teacup
- Unremarkable Teacup
v2.12.3
Update v2.12.3
- Merged Pull Request from @TheblueJo which
- Fixed missing booster energy lang map
- Fixed black augurite, peat block,tart apple, sweet apple, and cracked pot items.
- Added in Elf NPC Model & Animations
- Added in Gallade and Mega Gallade by [Modeler] DCRdemonlord
- Updated Terrain Textures resource pack name to match pokebedrock.
v2.12.2
Update v2.12.2
- Added in Santa Entity
- Fixed Hex Mania Spawn egg translation not showing
- Added another argument to
src.pokebedrock.modules.commands.redeem.10
to allow for a error reason. - Added Santa Quest Icons:
- Candy Cane
- Ability Icon
- Shiny Icon
- Snow Golem
- Added Tinkaton Christmas Skin by @Jok3r00666
- Added new Comfey Model and Christmas Skin by @DCRdemonKOD
- Added Mew Christmas Skin by @Jok3r00666
- Fixed the breaking sound of the custom ores (leaf stone, dusk, etc.)
- Fixed the Mewtwo Shiny Armored skin which was broken.
- Fixed the missing Female Pikachu Captin skin by @bruno
- Deleted random Fossil Machine Geometry in ./models
v2.12.1
Update v2.12.1
- Fixed Garchomp halloween textures by @joker00666
- Fixed Voltorb Shiny & Model by @rosegoldenowl
- Sprites now verify each skin to ensure each skin has a sprite. Which means skins will have different displays in the addon.
- Added Mewtwo Mega X Shadow/Armored Sprites
- Added Mewtwo Shadow/Armored Sprites
v2.12.0
Update v2.12.0
- Updated Walking Wake Texture by @Jok3r00666
- Added Shiny Gardevoir Texture by @Jok3r00666
- Added Shiny Ralts Texture by @Jok3r00666
- Added Shiny Kirila Texture by @Jok3r00666
- Updated Gabite Model and added Halloween Variant by @Jok3r00666
- Updated Gible Model and added Halloween Variant by @Jok3r00666
- Updated Garchomp Model and added Halloween Variant by @Jok3r00666
- Added new Garchomp Mega Model and added Halloween Variant by @Jok3r00666
- Updated Sandslash and added a new Halloween Variant by @isme
- Updated Sandshrew and added a new Halloween Variant by @isme
- Gender Differences for Pokemon have been completely revamped
- Now if a pokemon has a gender difference it will be marked in (
./scripts/data/genderDiffrences.ts
) - Gender Differences can now include: model, texture, sprite, sound, and even animations.
- Now each entity file only needs to hold the files it has, instead of all ways having to have gender stuff in it.
- New Render Controllers are now generated when gender differences are required, with now dynamic texture change.
- Gender files are now verified to ensure integrity.
- Pokemon with gender differences now require variants for every skin.
- Now if a pokemon has a gender difference it will be marked in (
- Fixed a bug where pokemon with animated textures were not getting a new render controller.
- Added
genderless
to the pokemon data in (./pokemon.json
) - Added Missing Held items
item_texture.json
links. - Fixed Urshifu sprite being swapped with Urshifu Rapid Strike
- Removed
You can apply this skin too: %s!
messages as skins no longer use applicable format. - Added all missing TM/HMs text.
v2.11.2
Update v2.11.2
- Render Controllers are now standardized in which only pokemon that need custom render controllers (skin mapping) will get one.
This reduces pack size, and makes editing of the basic file a lot easier. - Added missing Zorua halloween dark sprite
- File Logging has been removed for scripts to prevent useless info.
- Now when generating entity files, the item textures file is now only edited once, to prevent broken reading and increase build speed.
- Fixed HUGE problem with compression on images, that resulted in broken texture displays of pokemon.
- Added Spanish + German v2.11.1 Halloween and Badges Translations by @TheblueJo
v2.11.1
Update v2.11.1
- Added Elite Four Trainer Models & Textures
- Updated Celebi Model by @IsMeGames
- Added the ability for custom animated textures for pokemon
- Updated Gym Badges by removing extras and adding only needed ones.
- Added 9 new Halloween Pokemon
- Celebi by @IsMeGames
- Darkrai by @morty134
- Trubbish by @dcrdemonlord
- Garvodor by @IsMeGames
- Zorua by @IsMeGames
- Zoroark by @IsMeGames
- Golett by @IsMeGames
- Golurk by @IsMeGames
- Ceruledge by @IsMeGames
- Added 10 new Models
- Darkrai by @morty134
- Victini by @morty134
- Trubbish by @dcrdemonlord
- Garbodor by @IsMeGames
- Zorua by @IsMeGames
- Zoroark by @IsMeGames
- Golett by @IsMeGames
- Golurk by @IsMeGames
- Marshadow by @Kawaki1963
- Updated Models for
- Sandshrew by @IsMeGames
- Sandslash by @IsMeGames
- Sprites are now ensured when generating entities. Making sure dark texture and if its actually there.
v2.11.0
Update v2.11.0
- Added Models/Skins for All Hub NPCS
- Added Nature Mint Textures
- Added PokeBuilder Assets by @mankind
- Fixed grammar in en_US.lang
src.pokebedrock.modules.forms.party.editPokemonHeldItems.4
- Improved Resource Pack Building
- Now a
contents.json
file will be generated - Now a
textures_list.json
file will be generated - A progress bar is now displayed for more info.
- Added Compilation for material files to fix broken parsing.
- Added Compilation for
.lang
files to save more space. - Added better logging
- Improved speed of generation 2x
- Now a