From c4dd0c8ac70a4400c1a35e5066ddee15e536a252 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 5 May 2024 18:30:54 +0100 Subject: [PATCH] Fix a couple of minor inconsistencies --- README.md | 3 ++- src/components/Download.tsx | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 Data Pack

+

Download as Datapack

- 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.

@@ -41,7 +41,7 @@ const Download: Component<{ name: string, pack: PackOutput }> = props => {

Download as Mod

- 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.