Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.05 KB

File metadata and controls

37 lines (29 loc) · 1.05 KB

custom-mc-scripting-templates

This repository is a collection of categorized workspace templates for Create MC Bedrock CLI.

Note: This repo is not a standalone tool. It is used by the main CLI to provide template options for Minecraft Bedrock Edition add-on development.

What is this?

This repo contains a variety of ready-to-use templates, organized by category, for quickly bootstrapping Minecraft Bedrock Edition projects using the CLI.

Main CLI Repository

Structure

custom-mc-scripting-templates/
  default-workspaces/
    ts-starter/
    js-starter/
    ...
  regolith-workspaces/
    ...
  basic-starters/
    new-item/
    new-block/
    ...
  manual-workspaces/
    RP-BP-Basic/
    ...
  marketplace-workspaces/
    ...

Want to contribute a template? See CONTRIBUTING.md for details!