mirror of
https://github.com/tiyn/mc-tiyn-recipes.git
synced 2025-11-13 05:39:45 +01:00
31 lines
939 B
Markdown
31 lines
939 B
Markdown
# Tiyns Recipes
|
|
|
|
Tiyns Recipes is a Minecraft datapack that adds some minor recipes for quality of life reasons.
|
|
Namely the following recipes are added.
|
|
|
|
- Craft 4 clay balls from a clay block
|
|
- Craft 4 honeycombs from one honeycomb block
|
|
- Craft 4 quartz from a quartz block
|
|
- Craft 4 snow balls from a snow block
|
|
|
|
## Installation
|
|
|
|
To install the datapack it first needs to be zipped.
|
|
This can happen with the following command.
|
|
|
|
```sh
|
|
zip -r bin/tiyns_recipes-mc1.21.6-1.21.7-1.21.8-v1.1.0.zip data pack.mcmeta pack.png
|
|
```
|
|
|
|
The file can then be found inside the `bin` directory.
|
|
Afterwards it needs to be placed in the `datapack` directory of the world.
|
|
|
|
## Versions
|
|
|
|
The following versions were available for the corresponding Minecraft versions.
|
|
The current version is noted.
|
|
|
|
| Datapack Version | Minecraft Version | Note |
|
|
| ---------------- | ----------------- | ------- |
|
|
| 1.1.0 | 1.21.6 - 1.21.8 | current |
|