No description
  • TypeScript 98.3%
  • Shell 1.7%
Find a file
smell-of-curry c5074a5251
All checks were successful
CI / build-and-test (20.x) (push) Successful in 27s
Create new Release / build (push) Has been skipped
Missing info report / generate-and-comment (push) Successful in 42s
Merge branch 'main' of https://git.pokebedrock.com/pokebedrock/pokebedrock-res
2026-08-04 15:47:42 -04:00
.github Fix CI and port the remaining workflows to Forgejo 2026-08-04 14:58:08 -04:00
.husky v2.16.4 2025-12-23 13:12:01 -05:00
.vscode Fix Cosmetic Models (#733) 2026-06-27 16:24:39 -04:00
animation_controllers Cleanup crates, tons of new translations, new UI and icon fixes 2026-07-08 14:29:16 -04:00
animations move shiny sparkles off beh 2026-07-19 17:57:28 -04:00
attachables Fix Cosmetic Models (#733) 2026-06-27 16:24:39 -04:00
entity move shiny sparkles off beh 2026-07-19 17:57:28 -04:00
font feat: Combine RP assets into single files at build time (#697) 2026-03-08 12:24:01 -04:00
materials Fix Entity Materials (fixes invisibility issue) (#724) 2026-06-16 16:31:23 -04:00
models Support Subpacks (Adding new 2d and 3d model split) (#736) 2026-07-02 13:17:06 -04:00
particles Cleanup crates, tons of new translations, new UI and icon fixes 2026-07-08 14:29:16 -04:00
render_controllers Support Subpacks (Adding new 2d and 3d model split) (#736) 2026-07-02 13:17:06 -04:00
scripts Fix CI and port the remaining workflows to Forgejo 2026-08-04 14:58:08 -04:00
sounds update EVERYTHING to new format versions 2026-06-23 22:31:32 -04:00
subpacks move shiny sparkles off beh 2026-07-19 17:57:28 -04:00
texts add forms.home.prompt.confirmSetLocation 2026-07-22 13:02:45 -04:00
textures init (#745) 2026-07-15 12:18:13 -04:00
ui Cleanup crates, tons of new translations, new UI and icon fixes 2026-07-08 14:29:16 -04:00
.gitattributes Initial commit 2023-03-02 23:09:08 -05:00
.gitignore cleanup junk 2026-06-24 15:46:00 -04:00
.mcattributes Initial commit 2023-03-02 23:09:08 -05:00
blocks.json Mewtwo Update Res (#730) 2026-06-23 18:11:34 -04:00
CHANGELOG.md v2.18.5 2026-07-21 17:37:11 -04:00
items.json Fix CI and port the remaining workflows to Forgejo 2026-08-04 14:58:08 -04:00
jest.config.ts Support Custom Materials for Pokemon (#671) 2025-11-04 14:39:30 -05:00
LICENSE.md Update Copyright LICENSE.md 2025-04-14 15:06:27 -07:00
manifest.json v2.18.5 2026-07-21 17:37:11 -04:00
pack_icon.png 1.1.6 2023-04-07 20:48:54 -04:00
package-lock.json v2.18.5 2026-07-21 17:37:11 -04:00
package.json v2.18.5 2026-07-21 17:37:11 -04:00
pokemon.json init (#745) 2026-07-15 12:18:13 -04:00
README.md Add translate stat 2024-08-15 17:06:21 +03:00
sounds.json Add 300+ new sounds & add generator 2025-09-29 10:38:27 -04:00
tsconfig.json fix unit test jest types 2026-01-28 10:17:22 -05:00

PokeBedrock Resource Pack

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.

Contributing

We welcome contributions to the PokeBedrock Resource Pack! Here's how you can contribute:

Adding or Changing Translations

  1. Navigate to the Texts Directory:

  2. Download the Base Language File:

    • Download the en_US.lang file from here.
  3. Rename the File:

    • Rename the file based on your language using the file names listed in language_names.json. For example, Português (Portugal) would be pt_PT.
  4. Translate the Content:

    • Convert the text in the en_US.lang file to your desired language.
  5. Upload Your Translated File:

    • Go back to the Texts Directory and click Add File -> Upload Files.
    • Upload your translated file.
  6. Commit Your Changes:

    • Name your commit something descriptive, like "Added translation for Portuguese (Portugal)".
  7. Submit a Pull Request:

    • Submit a pull request with your changes.

Advanced

If you have node installed, you can install dependencies by running

npm i

And then translate 25% of source strings using

npm run translate <language>

Getting status of translation

Use

npm run translate <language> stat