From 46f0b9d1fea4b4fadf7a0461c81e1b102a71590f Mon Sep 17 00:00:00 2001 From: Dog <104234930+dgxo@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:07:58 +0000 Subject: [PATCH 1/2] Fix dead links --- docs/config/development/config-files.rst | 10 +++++----- docs/config/development/pack-from-scratch/trees.rst | 2 +- docs/install/versions.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/config/development/config-files.rst b/docs/config/development/config-files.rst index 88d02c02..dd439276 100644 --- a/docs/config/development/config-files.rst +++ b/docs/config/development/config-files.rst @@ -6,8 +6,8 @@ The majority of config development involves creating and manipulating `configuration files `__. *In the context of config development*, configuration files (or simply -*configs*) are files contained within a `config pack <./Config-Packs>`__ -that define data that Terra uses to determine how worlds generate. +*configs*) are files contained within a config pack that define data +that Terra uses to determine how worlds generate. File Formats ============ @@ -20,9 +20,9 @@ XML, and YAML. In Terra the file formats used in config packs are flexible, as the functionality for reading and parsing different formats is provided via addons - this allows flexibility for developers to use whatever format -they're most comfortable in. Files contained inside a `config -pack <./Config-Packs>`__ will only attempt to load as configuration -files if a **language addon** is installed that supports the file type. +they're most comfortable in. Files contained inside a config pack will +only attempt to load as configuration files if a **language addon** is +installed that supports the file type. YAML ---- diff --git a/docs/config/development/pack-from-scratch/trees.rst b/docs/config/development/pack-from-scratch/trees.rst index 44275a34..08f2cfc3 100644 --- a/docs/config/development/pack-from-scratch/trees.rst +++ b/docs/config/development/pack-from-scratch/trees.rst @@ -90,7 +90,7 @@ Setting up a New Structure ``oak_tree.schem`` will be the example file name used for this guide. - A sample ``oak_tree.schem`` can be found on `GitHub `_ if needed. + A sample ``oak_tree.schem`` can be found on `GitHub `_ if needed. .. warning:: diff --git a/docs/install/versions.yml b/docs/install/versions.yml index 64af5136..a7580621 100644 --- a/docs/install/versions.yml +++ b/docs/install/versions.yml @@ -21,7 +21,7 @@ Fabric: - mc-ver: "1.20.4" terra-ver: "6.4.3" stage: BETA - link: https://modrinth.com/plugin/terra/version/6.4.3-BETA-fabric + link: https://modrinth.com/plugin/terra/version/6.6.0-BETA-fabirc - mc-ver: "1.20" terra-ver: "6.3.1" stage: BETA From d2316d0571f1f7e041a4fb17cd87e0a07b59b266 Mon Sep 17 00:00:00 2001 From: Dog <104234930+dgxo@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:11:01 +0000 Subject: [PATCH 2/2] Fix ores.rst typo --- docs/config/development/pack-from-scratch/ores.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/development/pack-from-scratch/ores.rst b/docs/config/development/pack-from-scratch/ores.rst index 9f7e19f4..bce98565 100644 --- a/docs/config/development/pack-from-scratch/ores.rst +++ b/docs/config/development/pack-from-scratch/ores.rst @@ -29,7 +29,7 @@ Setting up Ores Add the ``config-ore`` addon as a dependency, using versions ``1.+``. - This addon will allow us to create palette config files. + This addon will allow us to create ore config files. .. code-block:: yaml :caption: pack.yml