Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spiderman-addon

A Minecraft Bedrock addon scaffolded with create-mc-bedrock and powered by @keyyard/bedrock-build.

Getting started

Install dependencies:

npm install

Scaffold canonical Bedrock pack folders interactively (no more guessing whether it's entity or entities):

npm run folders

Pick the folders you need from the list and they get created under packs/BP/ and packs/RP/.

Build once into dist/:

npm run build

Watch sources and rebuild on every change:

npm run watch

Build and deploy to your local Minecraft (Bedrock retail on Windows). The --watch variant redeploys on every save — the fastest dev loop:

npm run deploy
npm run deploy:watch

Produce a shareable .mcaddon for distribution:

npm run pack

Project layout

spiderman-addon/
  bedrock.config.json   ← compiler config
  src/
    main.ts             ← entry — bundled into BP/scripts/main.js
  packs/
    BP/ manifest.json + behavior pack assets
    RP/ manifest.json + resource pack assets
  dist/                 ← build output (gitignored)

Learn more

Full documentation, cookbook recipes, and the bedrock.config.json reference live at https://bedrockcli.keyyard.xyz/docs.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages