diff --git a/README.md b/README.md index 721bce3..560ca72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# CC:T Datapack Builder +# [CC:T Datapack Builder][site] This website provides a simple UI for building custom datapacks for [CC: Tweaked], allowing you to add turtle tools and tweak other behaviour. [CC: Tweaked]: https://tweaked.cc +[site]: https://datapacks.madefor.cc diff --git a/src/components/Download.tsx b/src/components/Download.tsx index 3745055..1cbaa31 100644 --- a/src/components/Download.tsx +++ b/src/components/Download.tsx @@ -22,9 +22,9 @@ const Download: Component<{ name: string, pack: PackOutput }> = props => { return
- Download as a data pack. This file should be saved to datapacks/{packFileName()}.zip
in your world
+ Download as a datapack. This file should be saved to datapacks/{packFileName()}.zip
in your world
folder.
- Download as a mod. This file should be saved to mods/{packFileName()}.zip
in your Minecraft folder.
+ Download as a mod. This file should be saved to mods/{packFileName()}.jar
in your Minecraft folder.