diff --git a/README.md b/README.md index 4928379..b2d4deb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tiyns Recipes +# MC Tiyn Recipes Tiyns Recipes is a Minecraft datapack that adds some minor recipes for quality of life reasons. Namely the following recipes are added. @@ -14,7 +14,7 @@ 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 +zip -r bin/mc-tiyn-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. diff --git a/data/tiyns_recipes/recipe/clay_ball.json b/data/mc-tiyn-recipes/recipe/clay_ball.json similarity index 100% rename from data/tiyns_recipes/recipe/clay_ball.json rename to data/mc-tiyn-recipes/recipe/clay_ball.json diff --git a/data/tiyns_recipes/recipe/honeycomb.json b/data/mc-tiyn-recipes/recipe/honeycomb.json similarity index 100% rename from data/tiyns_recipes/recipe/honeycomb.json rename to data/mc-tiyn-recipes/recipe/honeycomb.json diff --git a/data/tiyns_recipes/recipe/quartz.json b/data/mc-tiyn-recipes/recipe/quartz.json similarity index 100% rename from data/tiyns_recipes/recipe/quartz.json rename to data/mc-tiyn-recipes/recipe/quartz.json diff --git a/data/tiyns_recipes/recipe/snow_ball.json b/data/mc-tiyn-recipes/recipe/snow_ball.json similarity index 100% rename from data/tiyns_recipes/recipe/snow_ball.json rename to data/mc-tiyn-recipes/recipe/snow_ball.json