Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrbysco/datapack

Resource for Minecraft datapack development
https://github.com/mrbysco/datapack

datapack guide minecraft tutorial

Last synced: 22 days ago
JSON representation

Resource for Minecraft datapack development

Awesome Lists containing this project

README

        

# Datapack

This repository serves as a guide for Minecraft datapack creation. Whether you're a beginner or more experienced, you'll find helpful resources and tutorials here.

## Tutorials

### Creation
- [Creating a Datapack](https://datapacks.mrbysco.dev/creation)
### Installation
- [Installing a Datapack](https://datapacks.mrbysco.dev/installation/vanilla)
- [Installing using Open Loader](https://datapacks.mrbysco.dev/installation/open-loader)
- [Installing using Global Packs](https://datapacks.mrbysco.dev/installation/global-packs)
### Configuration
- [Disabling a Biome Modifier](https://datapacks.mrbysco.dev/biomemodifiers/disable)
- [Simple Biome Modifier Generator](https://datapacks.mrbysco.dev/biomemodifiers/generator)
### Other
- [Helpful tools](https://datapacks.mrbysco.dev/tools)

## Contribution

If you have additional tips, improvements, or new tutorials to share, feel free to contribute! Create a pull request or open an issue.

## How to Contribute

1. Fork the repository
2. Create a new branch
3. Make your changes / additions
4. Submit a Pull Request

To test your changes:

1. Run `npm i` to install the necessary dependencies.
2. Run `npm run docs:dev` to start the development server and preview your changes locally.

---

**Note:** In the future there'll also be video tutorials for each.