Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrbysco/datapack
- Owner: Mrbysco
- License: mit
- Created: 2023-12-23T01:17:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:45:50.000Z (2 months ago)
- Last Synced: 2024-09-15T17:01:56.907Z (2 months ago)
- Topics: datapack, guide, minecraft, tutorial
- Homepage: https://datapack.pages.dev/
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RequestTo 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.