dudushy / shypack-bedrock

:zap: A Minecraft Bedrock Addon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stars watchers forks issues pull_requests branches

shypack-bedrock

⚡ A Minecraft Bedrock Addon Pack.


Prerequisites:

How to install and run:

  1. Set the execution policy to bypass using PowerShell:
    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
  2. Ensure that the Minecraft Bedrock Edition client can make "loopback" requests using PowerShell:
    CheckNetIsolation.exe LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436
  3. Install packages:
    npm ci
  4. Select the addon you want to build then rename the PROJECT_NAME in the .env file
  5. Run project:
    npm start

How to build:

  1. Select the addon you want to build then rename the PROJECT_NAME in the .env file
  2. Run the addon command:
    npm run mcaddon

Useful links:

About

:zap: A Minecraft Bedrock Addon.


Languages

Language:TypeScript 88.9%Language:Shell 8.2%Language:JavaScript 2.9%