A pre-configured GitHub template to quickly set up your Beet project.
- 
Premade VSCode task for automated Beet project building 
- 
Support for Bolt 
- 
Beet plugin for pack installation and uninstallation functions and advancements 
- 
GitHub Workflow for automated error detection 
- 
.gitignoretemplate for Beet, Python, and Visual Studio Code
- 
Beet plugin for inline function tag support 
- 
Multiplayer / Server support 
- 
Click "Use this template" on GitHub to create a new repository on your GitHub account. 
- 
Clone your new repository to your device with git clone https://github.com/<your-username>/<your-repository>.git 
- 
Install Python and the Python requirements using pip install -r requirements.txt This should be done automatically if you are using VSCode. 
- 
Update the beet.json to use your project's name, description and author. 
- 
Link Beet to your Minecraft installation with beet link --data-pack <path to your data pack folder> 
Done! You can now add your custom functions, textures, and other assets.
Build and update your project automatically using Beet:
beet watchIf you are using VSCode, this should be done automatically.
Reload the datapack in-game with
/reloadThis project is licensed under MIT License.