OriginsPE (Portable Edition) is a Minecraft: Bedrock Edition Add-On that allows you to select an Origin at the start of the game. Each Origin has their own unique abilities, advantages, and disadvanatages. Moreoever, you can also be able to pick your Class. Classes, on the other hand, may complement whatever Origin of your choosing. Or just be a Human, a regular playthrough of Minecraft as is.
This repository is intended for developers and modders, if you'd like to download the Add-On, please visit the CurseForge / MCPEDL page.
- Download and install necessary programs:
- Regolith - Regolith documentation
- NodeJS
- Python
- A text editor of your choice (preferrably VSCode)
- Execute
regolith install-all
in the root directory of the project - Execute
regolith run
in the root directory of the project to build the project
- You need to learn a bit of JavaScript / TypeScript
- Check the Scripts API documentation for your reference
- The base logic for the abilities are found at
packs/data/gametests/src/data
- New files that are added within this directory are automatically imported
Execute regolith run
in the root directory of the project to build the project. It is recommended to build the project.